| namespace | http://www.bcl.lu/2025/S2.20/datatypes | |||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| used by |
|
|||||||||
| facets |
|
|||||||||
| source | <xs:simpleType name="ReferenceMonth"> <xs:restriction base="xs:string"> <xs:length value="6"/> <xs:pattern value="[0-9]{4}((0[0-9])|(1[0-2]))"/> </xs:restriction> </xs:simpleType> |