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

LinkRefByValueStructure: validate that fromPointRef and toPointRef is uniform with what we have in other structures, in which they are different elements #768

Open
skinkie opened this issue Sep 4, 2024 · 0 comments
Milestone

Comments

@skinkie
Copy link
Contributor

skinkie commented Sep 4, 2024

        <xsd:complexType name="LinkRefByValueStructure">
                <xsd:annotation>
                        <xsd:documentation>Type for a reference to a LINK.</xsd:documentation> 
                </xsd:annotation>
                <xsd:attribute name="nameOfClass" type="NameOfClass">
                        <xsd:annotation>
                                <xsd:documentation>Name of class of LINK.</xsd:documentation>
                        </xsd:annotation>
                </xsd:attribute>
                <xsd:attributeGroup ref="ReferenceModificationDetailsGroup"/>
                <xsd:attribute name="fromPointRef" type="PointIdType" use="required">
                        <xsd:annotation>
                                <xsd:documentation>Identifier of a POINT. at which LINK starts.</xsd:documentation>
                        </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="toPointRef" type="PointIdType" use="required">
                        <xsd:annotation>
                                <xsd:documentation>Identifier of a POINT. at which LINK ends.</xsd:documentation>
                        </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="nameOfPointRefClass" type="NameOfClass">
                        <xsd:annotation>
                                <xsd:documentation>Class of POINT referenced by LINK.</xsd:documentation>
                        </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="typeOfLinkRef" type="TypeOfLinkIdType">
                        <xsd:annotation>
                                <xsd:documentation>Reference to a TYPE OF LINK.</xsd:documentation>
                        </xsd:annotation>
                </xsd:attribute>
        </xsd:complexType>

@skinkie skinkie added this to the netex_3.0 milestone Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant