diff options
Diffstat (limited to 'common/res')
-rw-r--r-- | common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd b/common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd index 36be1016e..8afa1995b 100644 --- a/common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd +++ b/common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd @@ -308,6 +308,15 @@ <xsd:element ref="pr:ZMRzahl"/>
<xsd:element ref="pr:Vereinsnummer"/>
<xsd:element ref="pr:ERJPZahl"/>
+ <xsd:element name="AnyNumber">
+ <xsd:complexType>
+ <xsd:simpleContent>
+ <xsd:extension base="xsd:string">
+ <xsd:attribute name="Identifier" type="xsd:string" use="required"/>
+ </xsd:extension>
+ </xsd:simpleContent>
+ </xsd:complexType>
+ </xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
|