simpleType Date
namespace http://www.ibillingclient.org/schema/edi
type restriction of xs:date
used by
attributes CustomerAccount/@birthDate ClientObject/@createDate AccountTransaction/@dueDate PaymentPlan/@firstBillingDate QueryAccountTransaction/@fromCreateDate QueryPaymentPlan/@fromCreateDate QueryPaymentOption/@fromCreateDate QueryCustomerAccount/@fromCreateDate QueryPaymentPlan/@fromFirstBillingDate QueryPaymentPlan/@fromNextBillingDate PaymentPlan/@lastInvocingDate PaymentPlan/@lastProcessingDate PaymentPlan/@lastUpdateDate PaymentOption/@lastUpdateDate CustomerAccount/@lastUpdateDate PaymentPlan/@nextBillingDate Charge/@processedDate CaptureInfo/@requestDate CaptureInfo/@responseDate QueryCustomerAccount/@toCreateDate QueryPaymentOption/@toCreateDate QueryPaymentPlan/@toCreateDate QueryAccountTransaction/@toCreateDate QueryPaymentPlan/@toFirstBillingDate QueryPaymentPlan/@toNextBillingDate
facets
pattern \d\d\d\d\d\d\d\d
annotation
documentation
Reresents a date, the format is yyyymmdd
source <xs:simpleType name="Date">
 
<xs:annotation>
   
<xs:documentation>Reresents a date, the format is yyyymmdd</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:date">
   
<xs:pattern value="\d\d\d\d\d\d\d\d"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy