Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly include all possible NeTEx classes to prevent typo's #806

Open
skinkie opened this issue Dec 4, 2024 · 1 comment
Open

Explicitly include all possible NeTEx classes to prevent typo's #806

skinkie opened this issue Dec 4, 2024 · 1 comment
Assignees
Labels
enhancement non semantic enhacement: technical enhancement, etc. hygiene Technical dept, results in a breaking change.
Milestone

Comments

@skinkie
Copy link
Contributor

skinkie commented Dec 4, 2024

        <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 skinkie added enhancement non semantic enhacement: technical enhancement, etc. hygiene Technical dept, results in a breaking change. labels Dec 4, 2024
@skinkie skinkie added this to the netex_1.3 milestone Dec 4, 2024
@skinkie skinkie self-assigned this Dec 4, 2024
@Aurige
Copy link
Contributor

Aurige commented Dec 4, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement non semantic enhacement: technical enhancement, etc. hygiene Technical dept, results in a breaking change.
Projects
None yet
Development

No branches or pull requests

2 participants