Explicitly include all possible NeTEx classes to prevent typo's
Opened this issue · 1 comments
skinkie commented
<xsd:simpleType name="NameOfClass">
<xsd:annotation>
<xsd:documentation>Type for name of a class of an ENTITY.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:Name"/>
</xsd:simpleType>
@Aurige can we explicitly state that NameOfClass only includes NeTEx (and related elements from our XML Schema)?