Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit a0d312a8 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

add certification number as optional attribute for component data

parent 4243d24a
No related tags found
No related merge requests found
......@@ -8,14 +8,98 @@
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="Engine" type="vdecdef:EngineComponentDeclarationType"/>
<xs:element name="Gearbox" type="vdecdef:GearboxComponentDeclarationType"/>
<xs:element name="Retarder" type="vdecdef:RetarderComponentDeclarationType"/>
<xs:element name="Axlegear" type="vdecdef:AxlegearComponentDeclarationType"/>
<xs:element name="Tyre" type="vdecdef:TyreDeclarationType"/>
<xs:element name="Engine">
<xs:complexType>
<xs:complexContent>
<xs:extension base="vdecdef:EngineComponentDeclarationType">
<xs:attribute name="certificationNumber" type="vdecdef:CertificationNumberType">
<xs:annotation>
<xs:documentation>P261 - [-]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Gearbox">
<xs:complexType>
<xs:complexContent>
<xs:extension base="vdecdef:GearboxComponentDeclarationType">
<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
<xs:annotation>
<xs:documentation>P262 - [-]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Retarder">
<xs:complexType>
<xs:complexContent>
<xs:extension base="vdecdef:RetarderComponentDeclarationType">
<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
<xs:annotation>
<xs:documentation>P266 - [-]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Axlegear">
<xs:complexType>
<xs:complexContent>
<xs:extension base="vdecdef:AxlegearComponentDeclarationType">
<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
<xs:annotation>
<xs:documentation>P264 - [-]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Tyre">
<xs:complexType>
<xs:complexContent>
<xs:extension base="vdecdef:TyreDeclarationType">
<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
<xs:annotation>
<xs:documentation>P267 - [-]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Auxiliaries" type="vdecdef:AuxiliariesComponentDeclarationType"/>
<xs:element name="Angledrive" type="vdecdef:AngledriveComponentDeclarationType"/>
<xs:element name="AirDrag" type="vdecdef:AirDragComponentDeclarationType"/>
<xs:element name="Angledrive">
<xs:complexType>
<xs:complexContent>
<xs:extension base="vdecdef:AngledriveComponentDeclarationType">
<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
<xs:annotation>
<xs:documentation>P265 - [-]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="AirDrag">
<xs:complexType>
<xs:complexContent>
<xs:extension base="vdecdef:AirDragComponentDeclarationType">
<xs:attribute name="certificationNumber" type="tns:CertificationNumberType">
<xs:annotation>
<xs:documentation>P268 - [-]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:attribute name="schemaVersion" use="required">
<xs:simpleType>
......
......@@ -242,7 +242,7 @@
<xs:complexType>
<xs:complexContent>
<xs:extension base="tns:TyreDeclarationType">
<xs:attribute name="certificationNumber" type="tns:CertificationNumberType" use="required">
<xs:attribute name="certificationNumber" type="tns:CertificationNumberType" use="required">
<xs:annotation>
<xs:documentation>P267 - [-]</xs:documentation>
</xs:annotation>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment