git_bsmd/nsw/Schnittstelle - Draft/locode.xsd

12 lines
491 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" attributeFormDefault="unqualified" vc:minVersion="1.1">
<xs:simpleType name="locodeType">
<xs:annotation>
<xs:documentation>LOCODE</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="(DE)\p{L}{3}"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>