NeTEx icon indicating copy to clipboard operation
NeTEx copied to clipboard

Explicitly include all possible NeTEx classes to prevent typo's

Open skinkie opened this issue 1 year ago • 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)?

skinkie avatar Dec 04 '24 08:12 skinkie

@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

Aurige avatar Dec 04 '24 16:12 Aurige