Skip to content

VehicleFeatureRef and definition of those #106

Description

@ue71603

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?

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions