Skip to content

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

Description

@skinkie
        <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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions