ComplexTypegrp:CityObjectGroupType
grp:CityObjectGroupType
定義
都市オブジェクトの集まりを表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
grp:usage
gml:CodeType [0..*]
grp:geometry
gml:GeometryPropertyType [0..1]
uro:fiscalYearOfPublication
xs:gYear [0..*]
uro:language
gml:CodeType [0..*]
XMLスキーマ
<xs:complexType name="CityObjectGroupType">
	<xs:annotation>
		<xs:documentation> A group may be used to aggregate arbitrary CityObjects according to some user-defined criteria. Examples
			for groups are the buildings in a specific region, the result of a query, or objects put together for visualization
			purposes. Each group has a name (inherited from AbstractGMLType), functions (e.g., building group), a class and zero or
			more usages. A geometry may optionally be attached to a group, if the geometry of the whole group differs from the
			geometry of the parts. Each member of a group may be qualified by a role name, reflecting the role each CityObject plays
			in the context of the group. As subclass of _CityObject, a CityObjectGroup inherits all attributes and relations, in
			particular an id, names, external references, and generalization relations. As CityObjectGroup itself is a CityObject, it
			may also be contained by another group. </xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="core:AbstractCityObjectType">
			<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="groupMember" type="CityObjectGroupMemberType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="parent" type="CityObjectGroupParentType" minOccurs="0"/>
				<xs:element name="geometry" type="gml:GeometryPropertyType" minOccurs="0"/>
				<xs:element ref="_GenericApplicationPropertyOfCityObjectGroup" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>