-
Notifications
You must be signed in to change notification settings - Fork 0
/
urbanObject.xsd
147 lines (147 loc) · 10.9 KB
/
urbanObject.xsd
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:uro="http://www.kantei.go.jp/jp/singi/tiiki/toshisaisei/itoshisaisei/iur/uro/1.2" xmlns:core="http://www.opengis.net/citygml/2.0" xmlns:luse="http://www.opengis.net/citygml/landuse/2.0" xmlns:bldg="http://www.opengis.net/citygml/building/2.0" xmlns:tran="http://www.opengis.net/citygml/transportation/2.0" xmlns:grp="http://www.opengis.net/citygml/cityobjectgroup/2.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" targetNamespace="http://www.kantei.go.jp/jp/singi/tiiki/toshisaisei/itoshisaisei/iur/uro/1.2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2.0">
<xs:annotation>
<xs:documentation>XML Schema for Urban Object module</xs:documentation>
</xs:annotation>
<xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
<xs:import namespace="http://www.opengis.net/citygml/2.0" schemaLocation="http://schemas.opengis.net/citygml/2.0/cityGMLBase.xsd"/>
<xs:import namespace="http://www.opengis.net/citygml/transportation/2.0" schemaLocation="http://schemas.opengis.net/citygml/transportation/2.0/transportation.xsd"/>
<xs:import namespace="http://www.opengis.net/citygml/building/2.0" schemaLocation="http://schemas.opengis.net/citygml/building/2.0/building.xsd"/>
<xs:import namespace="http://www.opengis.net/citygml/landuse/2.0" schemaLocation="http://schemas.opengis.net/citygml/landuse/2.0/landUse.xsd"/>
<xs:import namespace="http://www.opengis.net/citygml/cityobjectgroup/2.0" schemaLocation="http://schemas.opengis.net/citygml/cityobjectgroup/2.0/cityObjectGroup.xsd"/>
<!-- ===================================================================== -->
<!-- ====================== CityGML CityFeature module ================= -->
<!-- ===================================================================== -->
<!-- =================== Extended attribute for Building ================= -->
<xs:element name="buildingDetails" type="uro:BuildingDetailsPropertyType" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding"/>
<xs:element name="BuildingDetails" type="uro:BuildingDetailsType"/>
<xs:complexType name="BuildingDetailsType">
<xs:sequence>
<xs:element name="serialNumberOfBuildingCertification" type="xs:string" minOccurs="0"/>
<xs:element name="siteArea" type="gml:MeasureType" minOccurs="0"/>
<xs:element name="buildingFootprintArea" type="gml:MeasureType" minOccurs="0"/>
<xs:element name="buildingRoofEdgeArea" type="gml:MeasureType" minOccurs="0"/>
<xs:element name="developmentArea" type="gml:MeasureType" minOccurs="0"/>
<xs:element name="totalFloorArea" type="gml:MeasureType" minOccurs="0"/>
<xs:element name="buildingStructureType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="fireproofStructureType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="implementingBody" type="xs:string" minOccurs="0"/>
<xs:element name="urbanPlanType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="districtsAndZonesType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="landUsePlanType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="areaClassificationType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="prefecture" type="gml:CodeType" minOccurs="0"/>
<xs:element name="city" type="gml:CodeType" minOccurs="0"/>
<xs:element name="reference" type="xs:string" minOccurs="0"/>
<xs:element name="note" type="xs:string" minOccurs="0"/>
<xs:element name="surveyYear" type="xs:gYear" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BuildingDetailsPropertyType">
<xs:sequence>
<xs:element ref="uro:BuildingDetails"/>
</xs:sequence>
</xs:complexType>
<!-- ===================================================================== -->
<xs:element name="largeCustomerFacilities" type="uro:LargeCustomerFacilitiesPropertyType" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding"/>
<!-- ===================================================================== -->
<xs:element name="LargeCustomerFacilities" type="uro:LargeCustomerFacilitiesType"/>
<xs:complexType name="LargeCustomerFacilitiesType">
<xs:sequence>
<xs:element name="class" type="gml:CodeType" minOccurs="0"/>
<xs:element name="name" type="xs:string" minOccurs="0"/>
<xs:element name="capacity" type="xs:integer" minOccurs="0"/>
<xs:element name="owner" type="xs:string" minOccurs="0"/>
<xs:element name="totalFloorArea" type="gml:MeasureType" minOccurs="0"/>
<xs:element name="totalStoreFloorArea" type="gml:MeasureType" minOccurs="0"/>
<xs:element name="inauguralDate" type="xs:date" minOccurs="0"/>
<xs:element name="keyTenants" type="xs:string" minOccurs="0"/>
<xs:element name="availability" type="xs:boolean" minOccurs="0"/>
<xs:element name="urbanPlanType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="districtsAndZonesType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="landUsePlanType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="areaClassificationType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="prefecture" type="gml:CodeType" minOccurs="0"/>
<xs:element name="city" type="gml:CodeType" minOccurs="0"/>
<xs:element name="reference" type="xs:string" minOccurs="0"/>
<xs:element name="note" type="xs:string" minOccurs="0"/>
<xs:element name="surveyYear" type="xs:gYear" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="LargeCustomerFacilitiesPropertyType">
<xs:sequence>
<xs:element ref="uro:LargeCustomerFacilities"/>
</xs:sequence>
</xs:complexType>
<!-- ==================== Extended attribute for Land Use =============== -->
<xs:element name="nominalArea" type="gml:MeasureType" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="ownerType" type="gml:CodeType" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="owner" type="xs:string" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="areaInSquareMeter" type="gml:MeasureType" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="areaInHa" type="gml:MeasureType" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="urbanPlanType" type="gml:CodeType" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="districtsAndZonesType" type="gml:CodeType" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="landUsePlanType" type="gml:CodeType" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="areaClassificationType" type="gml:CodeType" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="prefecture" type="gml:CodeType" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="city" type="gml:CodeType" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="reference" type="xs:string" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="note" type="xs:string" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="surveyYear" type="xs:gYear" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<!-- ========= Extended objects and attributes for Transportation ======= -->
<xs:element name="serviceProperty" type="uro:TransportationServicePropertyType" substitutionGroup="tran:_GenericApplicationPropertyOfTransportationComplex"/>
<!-- ===================================================================== -->
<xs:element name="TransportationService" type="uro:TransportationServiceType"/>
<xs:complexType name="TransportationServiceType">
<xs:sequence>
<xs:element name="routeName" type="xs:string" minOccurs="0"/>
<xs:element name="sectionName" type="xs:string" minOccurs="0"/>
<xs:element name="companyName" type="xs:string"/>
<xs:element name="frequencyOfService" type="xs:integer" minOccurs="0"/>
<xs:element name="numberOfCustomers" type="xs:double" minOccurs="0"/>
<xs:element name="urbanPlanType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="areaClassificationType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="prefecture" type="gml:CodeType" minOccurs="0"/>
<xs:element name="city" type="gml:CodeType" minOccurs="0"/>
<xs:element name="reference" type="xs:string" minOccurs="0"/>
<xs:element name="note" type="xs:string" minOccurs="0"/>
<xs:element name="surveyYear" type="xs:gYear" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TransportationServicePropertyType">
<xs:sequence>
<xs:element ref="uro:TransportationService"/>
</xs:sequence>
</xs:complexType>
<!-- ===================== Extended attribute for Road ================= -->
<xs:element name="width" type="gml:LengthType" substitutionGroup="tran:_GenericApplicationPropertyOfRoad"/>
<xs:element name="widthType" type="gml:CodeType" substitutionGroup="tran:_GenericApplicationPropertyOfRoad"/>
<xs:element name="trafficVolume" type="uro:TrafficVolumePropertyType" substitutionGroup="tran:_GenericApplicationPropertyOfRoad"/>
<!-- ===================================================================== -->
<xs:element name="TrafficVolume" type="uro:TrafficVolumeType"/>
<xs:complexType name="TrafficVolumeType">
<xs:sequence>
<xs:element name="weekday12hourTrafficVolume" type="xs:integer" minOccurs="0"/>
<xs:element name="weekday24hourTrafficVolume" type="xs:integer" minOccurs="0"/>
<xs:element name="largeVehicleRate" type="xs:double" minOccurs="0"/>
<xs:element name="congestionRate" type="xs:double" minOccurs="0"/>
<xs:element name="averageTravelSpeedInCongestion" type="xs:double" minOccurs="0"/>
<xs:element name="observationPointName" type="xs:string" minOccurs="0"/>
<xs:element name="urbanPlanType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="areaClassificationType" type="gml:CodeType" minOccurs="0"/>
<xs:element name="prefecture" type="gml:CodeType" minOccurs="0"/>
<xs:element name="city" type="gml:CodeType" minOccurs="0"/>
<xs:element name="reference" type="xs:string" minOccurs="0"/>
<xs:element name="note" type="xs:string" minOccurs="0"/>
<xs:element name="surveyYear" type="xs:gYear" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TrafficVolumePropertyType">
<xs:sequence>
<xs:element ref="uro:TrafficVolume"/>
</xs:sequence>
</xs:complexType>
<!-- =================== Extended attribute for CityObjectGroup ================= -->
<xs:element name="fiscalYearOfPublication" type="xs:gYear" substitutionGroup="grp:_GenericApplicationPropertyOfCityObjectGroup"/>
<xs:element name="language" type="gml:CodeType" substitutionGroup="grp:_GenericApplicationPropertyOfCityObjectGroup"/>
</xs:schema>