Neuen VB Service noch etwas verfeinert.
This commit is contained in:
Binary file not shown.
@@ -619,9 +619,15 @@
|
||||
<xsd:element name="Fahrzeug" minOccurs="0" maxOccurs="3">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="FahrzeugArt" type="omds:FzgArtCd_Type"/>
|
||||
<xsd:element name="MarkeType" type="xsd:string"/>
|
||||
<xsd:element name="Fahrgestellnummer" type="xsd:string"/>
|
||||
<xsd:element name="FzgArt" type="omds:FzgArtCd_Type"/>
|
||||
<xsd:element name="MarkeType">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="20"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Fahrgestnr" type="omds:Fahrgestnr_Type" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
Reference in New Issue
Block a user