NeTEx-CEN/NeTEx

Explicitly include all possible NeTEx classes to prevent typo's

Opened this issue · 1 comments

        <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)?

@Aurige can we explicitly state that NameOfClass only includes NeTEx (and related elements from our XML Schema)?

yes I think so ... the only corner case I can see is the Projection (on an object from a GIS for example), but I didn't see any NameOfClass there