-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathurbanObject.xsd
122 lines (122 loc) · 9.68 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
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.kantei.go.jp/jp/singi/tiiki/toshisaisei/itoshisaisei/iur/uro/1.1" 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.1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1.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="buildingDetailsProperty" type="BuildingDetailsType" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding"/>
<xs:element name="largeCustomerFacilitiesProperty" type="LargeCustomerFacilitiesType" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding"/>
<!-- ===================================================================== -->
<xs:complexType name="BuildingDetailsType">
<xs:sequence>
<xs:element name="serialNumberOfBuildingCertification" type="xs:string" minOccurs="0"/>
<xs:element name="siteArea" type="xs:double" minOccurs="0"/>
<xs:element name="buildingFootprintArea" type="xs:double" minOccurs="0"/>
<xs:element name="buildingRoofEdgeArea" type="xs:double" minOccurs="0"/>
<xs:element name="developmentArea" type="xs:double" minOccurs="0"/>
<xs:element name="totalFloorArea" type="xs:double" 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="gml:CodeType" minOccurs="0"/>
<xs:element name="surveyYear" type="xs:gYear" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<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="xs:double" minOccurs="0"/>
<xs:element name="totalStoreFloorArea" type="xs:double" 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>
<!-- ==================== Extended attribute for Land Use =============== -->
<xs:element name="nominalArea" type="xs:double" 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="xs:double" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"/>
<xs:element name="areaInHa" type="xs:double" 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="TransportationServiceType" substitutionGroup="tran:_GenericApplicationPropertyOfTransportationComplex"/>
<!-- ===================================================================== -->
<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>
<!-- ===================== Extended attribute for Road ================= -->
<xs:element name="width" type="xs:double" substitutionGroup="tran:_GenericApplicationPropertyOfRoad"/>
<xs:element name="widthType" type="gml:CodeType" substitutionGroup="tran:_GenericApplicationPropertyOfRoad"/>
<xs:element name="trafficVolumeProperty" type="TrafficVolumeType" substitutionGroup="tran:_GenericApplicationPropertyOfRoad"/>
<!-- ===================================================================== -->
<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>
<!-- =================== 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>