git_bsmd/nsw/Schnittstelle - Draft/imo.xsd

10 lines
439 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="imoType">
<xs:restriction base="xs:string">
<xs:pattern value="\p{N}{7}"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="imo" type="imoType"/>
</xs:schema>