File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3378
3378
<xsd:documentation>Each date is only allowed once per calendar.</xsd:documentation>
3379
3379
</xsd:annotation>
3380
3380
<xsd:selector xpath=".//netex:ServiceCalendarFrame/netex:operatingDays/netex:OperatingDay"/>
3381
- <xsd:field xpath="CalendarDate"/>
3381
+ <xsd:field xpath="netex: CalendarDate"/>
3382
3382
<xsd:field xpath="@version"/>
3383
3383
</xsd:unique>
3384
3384
<!-- =====OperatingDay Key ========================== -->
3528
3528
<xsd:documentation>Every [RegistrationNumber Id + Version] must be unique within document.</xsd:documentation>
3529
3529
</xsd:annotation>
3530
3530
<xsd:selector xpath=".//netex:Vehicle"/>
3531
- <xsd:field xpath="RegistrationNumber"/>
3531
+ <xsd:field xpath="netex: RegistrationNumber"/>
3532
3532
<xsd:field xpath="@version"/>
3533
3533
</xsd:unique>
3534
3534
<!-- =====Vehicle Key ========================== -->
Original file line number Diff line number Diff line change @@ -2711,7 +2711,7 @@ Provides a general purose wrapper for NeTEx data content.</xsd:documentation>
2711
2711
<xsd : documentation >Each date is only allowed once per calendar.</xsd : documentation >
2712
2712
</xsd : annotation >
2713
2713
<xsd : selector xpath =" .//netex:ServiceCalendarFrame/netex:operatingDays/netex:OperatingDay" />
2714
- <xsd : field xpath =" CalendarDate" />
2714
+ <xsd : field xpath =" netex: CalendarDate" />
2715
2715
<xsd : field xpath =" @version" />
2716
2716
</xsd : unique >
2717
2717
<!-- =====OperatingDay Key ========================== -->
@@ -2861,7 +2861,7 @@ Provides a general purose wrapper for NeTEx data content.</xsd:documentation>
2861
2861
<xsd : documentation >Every [RegistrationNumber Id + Version] must be unique within document.</xsd : documentation >
2862
2862
</xsd : annotation >
2863
2863
<xsd : selector xpath =" .//netex:Vehicle" />
2864
- <xsd : field xpath =" RegistrationNumber" />
2864
+ <xsd : field xpath =" netex: RegistrationNumber" />
2865
2865
<xsd : field xpath =" @version" />
2866
2866
</xsd : unique >
2867
2867
<!-- =====Vehicle Key ========================== -->
You can’t perform that action at this time.
0 commit comments