<xs:simpleType name="mondatum_type"><xs:annotation><xs:documentation>Monatsdatum (ohne Angabe von Tagen)</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:pattern value="(0[1-9]|1[012])\.(19|20)\d{2}"/></xs:restriction></xs:simpleType>
Simple Type quartdatum_type
Annotations
Quartalsdatum (ohne Angabe von Tagen oder Monaten)
Diagram
Type
restriction of xs:string
Facets
pattern
[1-4]/[12][0-9]{3}
Source
<xs:simpleType name="quartdatum_type"><xs:annotation><xs:documentation>Quartalsdatum (ohne Angabe von Tagen oder Monaten)</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:pattern value="[1-4]/[12][0-9]{3}"/></xs:restriction></xs:simpleType>