ComplexTypeveg:SolitaryVegetationObjectType
veg:SolitaryVegetationObjectType
定義
独立した樹木を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:boundedBy
gml:BoundingShapeType [0..1]
gml:location
gml:LocationPropertyType [0..1]
xs:date [0..1]
xs:date [0..1]
core:externalReference
core:ExternalReferenceType [0..*]
core:generalizesTo
core:GeneralizationRelationType [0..*]
core:relativeToTerrain
core:RelativeToTerrainType [0..1]
core:relativeToWater
core:RelativeToWaterType [0..1]
app:appearance
app:AppearancePropertyType [0..*]
uro:geometrySrcDescLod0
gml:CodeType [0..*]
uro:geometrySrcDescLod1
gml:CodeType [1..*]
uro:geometrySrcDescLod2
gml:CodeType [0..*]
uro:geometrySrcDescLod3
gml:CodeType [0..*]
uro:thematicSrcDesc
gml:CodeType [0..*]
uro:appearanceSrcDescLod0
gml:CodeType [0..*]
uro:appearanceSrcDescLod1
gml:CodeType [0..*]
uro:appearanceSrcDescLod2
gml:CodeType [0..*]
uro:appearanceSrcDescLod3
gml:CodeType [0..*]
uro:lod1HeightType
gml:CodeType [0..1]
uro:publicSurveyDataQualityAttribute
uro:PublicSurveyDataQualityAttributePropertyType [0..1]
uro:id
xs:string [0..1]
uro:partId
xs:string [0..1]
uro:branchId
xs:string [0..1]
uro:prefecture
gml:CodeType [0..*]
uro:city
gml:CodeType [0..*]
uro:route
xs:string [0..1]
uro:startPost
xs:string [0..1]
uro:endPost
xs:string [0..1]
uro:startLat
xs:double [0..1]
uro:startLong
xs:double [0..1]
uro:alternativeName
xs:string [0..*]
uro:class
gml:CodeType [0..1]
uro:function
gml:CodeType [0..*]
uro:key
gml:CodeType [1]
uro:codeValue
gml:CodeType [1]
veg:usage
gml:CodeType [0..*]
veg:species
gml:CodeType [0..1]
veg:lod4Geometry
gml:GeometryPropertyType [0..1]
veg:lod1ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
veg:lod2ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
veg:lod3ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
veg:lod4ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
XMLスキーマ
<xs:complexType name="SolitaryVegetationObjectType">
	<xs:annotation>
		<xs:documentation>Type describing solitary vegetation objects, e.g., trees. Its geometry is either defined explicitly by a
			GML 3 geometry with absolute coordinates, or in the case of multiple occurences of the same vegetation object, implicitly
			by a reference to a shape definition and a transformation. The shape definition may be given in an external file. As
			subclass of _CityObject, a SolitaryVegetationObject inherits all attributes and relations, in particular an id, names,
			external references, and generalization relations. </xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="AbstractVegetationObjectType">
			<xs:sequence>
				<xs:element name="class" type="gml:CodeType" minOccurs="0"/>
				<xs:element name="function" type="gml:CodeType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="usage" type="gml:CodeType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="species" type="gml:CodeType" minOccurs="0"/>
				<xs:element name="height" type="gml:LengthType" minOccurs="0"/>
				<xs:element name="trunkDiameter" type="gml:LengthType" minOccurs="0"/>
				<xs:element name="crownDiameter" type="gml:LengthType" minOccurs="0"/>
				<xs:element name="lod1Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod2Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod3Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod4Geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element name="lod1ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element name="lod2ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element name="lod3ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element name="lod4ImplicitRepresentation" type="core:ImplicitRepresentationPropertyType" minOccurs="0"/>
				<xs:element ref="_GenericApplicationPropertyOfSolitaryVegetationObject" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>