Skip to content

Commit

Permalink
Second try
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed May 2, 2024
1 parent 33e5933 commit 0e52747
Showing 1 changed file with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,44 +615,6 @@ Rail transport, Roads and Road transport
</xsd:annotation>
<xsd:union memberTypes="PortableVehicleCategoryEnumeration PersonalVehicleCategoryEnumeration"/>
</xsd:simpleType>
<!-- ======VEHICLE EQUIPMENT PROFILE MEMBER ====================================================== -->
<xsd:complexType name="vehicleEquipmentProfileMemberRefs_RelStructure">
<xsd:annotation>
<xsd:documentation>Type for a list of VEHICLE EQUIPMENT PROFILE MEMBERs.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="oneToManyRelationshipStructure">
<xsd:sequence>
<xsd:element ref="VehicleEquipmentProfileMemberRef" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:simpleType name="VehicleEquipmentProfileMemberIdType">
<xsd:annotation>
<xsd:documentation>Type for identifier of a VEHICLE EQUIPMENT PROFILE MEMBER.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="ObjectIdType"/>
</xsd:simpleType>
<xsd:element name="VehicleEquipmentProfileMemberRef" type="VehicleEquipmentProfileMemberRefStructure" substitutionGroup="VersionOfObjectRef">
<xsd:annotation>
<xsd:documentation>Reference to a VEHICLE EQUIPMENT PROFILE MEMBER.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="VehicleEquipmentProfileMemberRefStructure">
<xsd:annotation>
<xsd:documentation>Type for a reference to a VEHICLE EQUIPMENT PROFILE MEMBER.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="VersionOfObjectRefStructure">
<xsd:attribute name="ref" type="VehicleEquipmentProfileMemberIdType" use="required">
<xsd:annotation>
<xsd:documentation>Identifier of a VEHICLE EQUIPMENT PROFILE MEMBER.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
<!-- ===== VEHICLE PROFILE ======================================================== -->
<xsd:simpleType name="VehicleProfileIdType">
<xsd:annotation>
Expand Down Expand Up @@ -705,6 +667,44 @@ Rail transport, Roads and Road transport
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
<!-- ======VEHICLE EQUIPMENT PROFILE MEMBER ====================================================== -->
<xsd:complexType name="vehicleEquipmentProfileMemberRefs_RelStructure">
<xsd:annotation>
<xsd:documentation>Type for a list of VEHICLE EQUIPMENT PROFILE MEMBERs.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="oneToManyRelationshipStructure">
<xsd:sequence>
<xsd:element ref="VehicleEquipmentProfileMemberRef" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:simpleType name="VehicleEquipmentProfileMemberIdType">
<xsd:annotation>
<xsd:documentation>Type for identifier of a VEHICLE EQUIPMENT PROFILE MEMBER.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="ObjectIdType"/>
</xsd:simpleType>
<xsd:element name="VehicleEquipmentProfileMemberRef" type="VehicleEquipmentProfileMemberRefStructure" substitutionGroup="VersionOfObjectRef">
<xsd:annotation>
<xsd:documentation>Reference to a VEHICLE EQUIPMENT PROFILE MEMBER.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="VehicleEquipmentProfileMemberRefStructure">
<xsd:annotation>
<xsd:documentation>Type for a reference to a VEHICLE EQUIPMENT PROFILE MEMBER.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="VersionOfObjectRefStructure">
<xsd:attribute name="ref" type="VehicleEquipmentProfileMemberIdType" use="required">
<xsd:annotation>
<xsd:documentation>Identifier of a VEHICLE EQUIPMENT PROFILE MEMBER.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
<!--==== ACCEPTED DRIVER PERMIT ========================================================-->
<xsd:simpleType name="AcceptedDriverPermitIdType">
<xsd:annotation>
Expand Down

0 comments on commit 0e52747

Please sign in to comment.