| namespace | https://mmixm.aero/base/4 | ||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="StatusDateType"> <xs:annotation> <xs:documentation>Specifies a type of date format.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="\d{2}[/]\d{2}[/]\d{4}"/> </xs:restriction> </xs:simpleType> |