Skip to content

Commit

Permalink
Merge branch 'editor-model-updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jun 5, 2019
2 parents deac570 + 6571b03 commit d6d8cf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CityGML/Schema/cityGMLBase.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ AbstractCityObject relative to the surrounding terrain.</documentation>
<complexContent>
<extension base="core:AbstractCityObjectType">
<sequence>
<element minOccurs="0" name="occupancyDaytime" type="integer"/>
<element minOccurs="0" name="occupancyNighttime" type="integer"/>
<element minOccurs="0" name="spaceType" type="core:SpaceTypeType">
<annotation>
<documentation>Degree of openness of an abstract space.</documentation>
Expand Down Expand Up @@ -446,6 +444,7 @@ AbstractCityObject relative to the surrounding terrain.</documentation>
</complexContent>
</complexType>
</element>
<element maxOccurs="unbounded" minOccurs="0" name="featureMember" type="gml:FeaturePropertyType"/>
<element maxOccurs="unbounded" minOccurs="0" ref="core:AbstractGenericApplicationPropertyOfCityModel"/>
</sequence>
</extension>
Expand Down
4 changes: 4 additions & 0 deletions CityGML/Schema/vegetation.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
<documentation>SIG3D: Average value of the heights of the grown-up plants</documentation>
</annotation>
</element>
<element minOccurs="0" name="minHeight" type="gml:LengthType"/>
<element minOccurs="0" name="maxHeight" type="gml:LengthType"/>
<element maxOccurs="unbounded" minOccurs="0" ref="veg:AbstractGenericApplicationPropertyOfPlantCover"/>
</sequence>
</extension>
Expand Down Expand Up @@ -111,6 +113,8 @@
<documentation>SIG3D: Maximal diameter of the crown.</documentation>
</annotation>
</element>
<element minOccurs="0" name="rootBallDiameter" type="gml:LengthType"/>
<element minOccurs="0" name="maxRootBallDepth" type="gml:LengthType"/>
<element maxOccurs="unbounded" minOccurs="0" ref="veg:AbstractGenericApplicationPropertyOfSolitaryVegetationObject"/>
</sequence>
</extension>
Expand Down
2 changes: 1 addition & 1 deletion CityGML/ShapeChangeConfigurationFile_CityGML_3.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</xmlNamespaces>
<xi:include href="http://shapechange.net/resources/config/StandardMapEntries.xml"/>
<xsdMapEntries>
<XsdMapEntry type="AbstractFeature" xsdEncodingRules="iso19136_2007 gml33" xmlType="gml:AbstractFeatureType" xmlElement="gml:AbstractFeature" xmlPropertyType="gml:FeaturePropertyType"/>
<XsdMapEntry type="AnyFeature" xsdEncodingRules="iso19136_2007 gml33" xmlType="gml:AbstractFeatureType" xmlElement="gml:AbstractFeature" xmlPropertyType="gml:FeaturePropertyType"/>
<XsdMapEntry type="XALAddressDetails" xsdEncodingRules="citygml" xmlType="xAL:AddressDetails" xmlElement="xAL:AddressDetails" xmlPropertyType="_P_"/>
<XsdMapEntry type="URI" xsdEncodingRules="iso19136_2007 gml33" xmlPropertyType="anyURI" xmlType="anyURI" xmlTypeType="simple" xmlTypeContent="simple"/>
<XsdMapEntry type="Code" xsdEncodingRules="iso19136_2007 gml33" xmlPropertyType="gml:CodeType" xmlType="gml:CodeType" xmlTypeType="complex" xmlTypeContent="simple"/>
Expand Down

0 comments on commit d6d8cf4

Please sign in to comment.