|
Namespace |
No namespace |
Diagram
|
|
Type |
restriction of xs:string |
Facets
|
minLength |
10 |
|
maxLength |
16 |
|
pattern |
\d{4,}-\d\d-\d\d((\+|-)\d\d:\d\d|Z)? |
|
|
Used by
|
Elements |
BalanceInfoRecord/BalanceDate, BalanceInfoRecordRecord/OpenInvoiceDueDate, CampaignEntry/CampaignBeginDate, CampaignEntry/CampaignEndDate, ContractDataRecord/ContractBeginDate, ContractDataRecord/ContractEndDate, DocumentSumGroup/Balance/BalanceDate, ItemPriceRecord/PriceEffectiveEndDate, ItemPriceRecord/PriceEffectiveStartDate, ItemRegistrationEntryRecord/ItemRegistrationDate, ItemReserveRecord/CertificateEndDate, ItemReserveRecord/CertificateStartDate, PartnerCREntryRecord/NextPartnerCREntry, PartnerCREntryRecord/PartnerCREntryEnd, PartnerCREntryRecord/PartnerCREntryStart, PartnerEntry/NextVisit, PaymentInfo/PayDueDate, PricePerformanceRequirements/PerformanceRequirementStartDate, PricePerformanceRequirements/PerformanceRequirementsEndDate |
|
Source
|
<xs:simpleType name="DateType">
<xs:restriction base="xs:string">
<xs:minLength value="10"/>
<xs:maxLength value="16"/>
<xs:pattern value="\d{4,}-\d\d-\d\d((\+|-)\d\d:\d\d|Z)?"/>
</xs:restriction>
</xs:simpleType>
|
|
|
|