For VehicleFeatureRef it is mentioned, that the they base on TPEG and reference to facilities packaged
<xsd:complexType name="VehicleFeatureRefStructure">
<xsd:annotation>
<xsd:documentation>Type for reference to a Vehicle Feature Code. SIRI provides a recommended set of values covering most usages, intended to be TPEG comnpatible. See the SIRI facilities packaged.</xsd:documentation>
</xsd:annotation>
At least there is a typo (and it is repeated multiple time sin siri_feature_support)
But also the detailed definition is not shown it is simply an xsd:NMTOKEN
<xsd:simpleType name="VehicleFeatureCodeType">
<xsd:annotation>
<xsd:documentation>Type for identifier of a Vehicle Feature. SIRI provides a recommended set of values covering most usages, intended to be TPEG comnpatible. See the SIRI facilities packaged.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN"/>
</xsd:simpleType>
This does not make me happy. If this is an enum, it should be defined.
What should be used there?
For VehicleFeatureRef it is mentioned, that the they base on TPEG and reference to facilities packaged
At least there is a typo (and it is repeated multiple time sin siri_feature_support)
But also the detailed definition is not shown it is simply an xsd:NMTOKEN
This does not make me happy. If this is an enum, it should be defined.
What should be used there?