Skip to content

Commit

Permalink
Update NeTEx_publication.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed May 1, 2024
1 parent 4393cb2 commit 44ebd67
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions xsd/NeTEx_publication.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -318,26 +318,26 @@ Correct COnstraints for PointOnRoute
<xsd:field xpath="@version"/>
</xsd:key>
<!-- =====ResponsibilityRole============================== -->
<!-- =====ResponsibilityRole unique========================== -->
<xsd:unique name="ResponsibilityRole_UniqueBy_Id_Version">
<xsd:annotation>
<xsd:documentation>Every [ResponsibilityRole Id + Version] must be unique within document.</xsd:documentation>
</xsd:annotation>
<xsd:selector xpath=".//netex:ResponsibilityRole"/>
<xsd:field xpath="@id"/>
<xsd:field xpath="@version"/>
</xsd:unique>
<!-- =====ResponsibilityRole Key ========================== -->
<xsd:keyref name="ResponsibilityRole_AnyKeyRef" refer="netex:ResponsibilityRole_AnyVersionedKey">
<xsd:selector xpath=".//netex:ResponsibilityRoleRef"/>
<xsd:field xpath="@ref"/>
<xsd:field xpath="@version"/>
</xsd:keyref>
<xsd:key name="ResponsibilityRole_AnyVersionedKey">
<xsd:selector xpath=".//netex:ResponsibilityRole"/>
<xsd:field xpath="@id"/>
<xsd:field xpath="@version"/>
</xsd:key>
<!-- =====ResponsibilityRole unique========================== -->
<xsd:unique name="ResponsibilityRole_UniqueBy_Id_Version">
<xsd:annotation>
<xsd:documentation>Every [ResponsibilityRole Id + Version] must be unique within document.</xsd:documentation>
</xsd:annotation>
<xsd:selector xpath=".//netex:ResponsibilityRole"/>
<xsd:field xpath="@id"/>
<xsd:field xpath="@version"/>
</xsd:unique>
<!-- =====ResponsibilityRole Key ========================== -->
<xsd:keyref name="ResponsibilityRole_AnyKeyRef" refer="netex:ResponsibilityRole_AnyVersionedKey">
<xsd:selector xpath=".//netex:ResponsibilityRoleRef"/>
<xsd:field xpath="@ref"/>
<xsd:field xpath="@version"/>
</xsd:keyref>
<xsd:key name="ResponsibilityRole_AnyVersionedKey">
<xsd:selector xpath=".//netex:ResponsibilityRole"/>
<xsd:field xpath="@id"/>
<xsd:field xpath="@version"/>
</xsd:key>
<!-- =====ResponsibilitySet============================== -->
<!-- =====ResponsibilitySet unique========================== -->
<xsd:unique name="ResponsibilitySet_UniqueBy_Id_Version">
Expand Down

0 comments on commit 44ebd67

Please sign in to comment.