changes.mady.by.user Julia Arnold (Unlicensed)
Gespeichert am 10. Juni 2022
...
Typ
Indikatoren/Attribute
Anmerkungen
simpleType
xs:string
Verwendet für erste 5 Ziffern der GKZ
pattern = <xs:simpleType name="Zahl_5stellig_Typ"> <xs:annotation> <xs:documentation>Verwendet für erste 5 Ziffern der GKZ</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction></xs:simpleType> "\d{5}"
<xs:simpleType name="Zahl_5stellig_Typ"> <xs:annotation> <xs:documentation>Verwendet für erste 5 Ziffern der GKZ</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType>