-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathnetex_serviceCalendarFrame_support.xsd
More file actions
93 lines (93 loc) · 3.94 KB
/
netex_serviceCalendarFrame_support.xsd
File metadata and controls
93 lines (93 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="http://www.netex.org.uk/netex" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:siri="http://www.siri.org.uk/siri" targetNamespace="http://www.netex.org.uk/netex" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" id="netex_serviceCalendar_support">
<xsd:include schemaLocation="../netex_responsibility/netex_versionFrame_support.xsd"/>
<xsd:annotation>
<xsd:appinfo>
<Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
<Aggregation>main schema</Aggregation>
<Audience>e-service developers</Audience>
<Coverage>Europe</Coverage>
<Creator>First drafted for version 1.0 CEN TC278 WG3 SG6 Editor Nicholas Knowles.</Creator>
<Date>
<Created>2010-09-04</Created>
</Date>
<Date>
<Modified>2011-02-05</Modified>
</Date>
<Date>
<Modified>2010-11-05</Modified>
</Date>
<Description>
<p>NeTEx - Network Exchange. This subschema defines SERVICE CALENDAR FRAME identifier types.</p>
</Description>
<Format>
<MediaType>text/xml</MediaType>
<Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
<Description>XML schema, W3C Recommendation 2001</Description>
</Format>
<Identifier>{http://www.netex.org.uk/schemas/1.0/xsd/netex_framework/netex_frames}netex_serviceCalendarFrame_support.xsd</Identifier>
<Language>[ISO 639-2/B] ENG</Language>
<Publisher>Kizoom Software Ltd, 16 High Holborn, London WC1V 6BX</Publisher>
<Rights>Unclassified
<Copyright>CEN, Crown Copyright 2009-2014</Copyright>
</Rights>
<Source>
<ul>
<li>Derived from the Transmodel, VDV, TransXChange, NaPTAN, NOPTIS, BISON and Trident standards.</li>
</ul>
</Source>
<Status>Version 1.0</Status>
<Subject>
<Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
Air transport, Airports,
Ports and maritime transport, Ferries (marine),
Public transport, Bus services, Coach services, Bus stops and stations,
Rail transport, Railway stations and track, Train services, Underground trains,
Business and industry, Transport, Air transport , Ports and maritime transport, Public transport,
Rail transport, Roads and Road transport
</Category>
<Project>CEN TC278 WG3 SG9.</Project>
</Subject>
<Title>NeTEx Network Exchange - SERVICE CALENDAR FRAME types.</Title>
<Type>Standard</Type>
</Metadata>
</xsd:appinfo>
<xsd:documentation>SERVICE CALENDAR FRAME identifier types for NeTEx.</xsd:documentation>
</xsd:annotation>
<!-- ======================================================================= -->
<xsd:simpleType name="ServiceCalendarFrameIdType">
<xsd:annotation>
<xsd:documentation>Identifier of a SERVICE CALENDAR FRAME.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="VersionFrameIdType"/>
</xsd:simpleType>
<xsd:element name="ServiceCalendarFrameRef" substitutionGroup="VersionFrameRef">
<xsd:annotation>
<xsd:documentation> Reference to a SERVICE CALENDAR FRAME.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="ServiceCalendarFrameRefStructure"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:simpleType name="NameOfRefClassForServiceCalendarFrameRefStructure">
<xsd:restriction base="NameOfClass">
<xsd:enumeration value="ServiceCalendarFrame"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="ServiceCalendarFrameRefStructure">
<xsd:annotation>
<xsd:documentation>Type for a reference to a SERVICE CALENDAR FRAME.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="VersionFrameRefStructure">
<xsd:attribute name="ref" type="ServiceCalendarFrameIdType" use="required">
<xsd:annotation>
<xsd:documentation>Identifier of SERVICE CALENDAR FRAME.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
</xsd:schema>