Open skinkie opened 11 months ago
Eigenlijk alleen om de boel te kunnen laten valideren. Dus ze mogen minOccurs=0.
<xsd:group name="OperationalContextGroup">
<xsd:annotation>
<xsd:documentation>Elements of an OPERATIONAL CONTEXT.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Name" type="MultilingualString" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The name of the OPERATIONAL CONTEXT.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ShortName" type="MultilingualString" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A short name of the OPERATIONAL CONTEXT.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PrivateCode" minOccurs="0"/>
<xsd:element ref="OrganisationPartRef" minOccurs="0"/>
<xsd:element name="VehicleMode" type="AllVehicleModesOfTransportEnumeration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Vehicle mode to which context applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="TransportSubmode" minOccurs="0"/>
</xsd:sequence>
</xsd:group>
Tot nu toe is dat nog bij geen enkele vervoerder nodig geweest (ga ik even vanuit). Waarom zou je deze nu toegevoegd willen hebben?