ComplexTypebrid:WindowType
brid:WindowType
定義
採光、通風、換気、眺望などの目的のため、橋梁の屋根、天井、壁、床などに設けられた開口部のうち、人や物の出入りを目的としないものを表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
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..*]
gml:surfaceMember
gml:SurfacePropertyType [0..*]
gml:surfaceMember
gml:SurfacePropertyType [0..*]
brid:lod3ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
brid:lod4ImplicitRepresentation
core:ImplicitRepresentationPropertyType [0..1]
XMLスキーマ
<xs:complexType name="WindowType">
	<xs:annotation>
		<xs:documentation> Type for windows in boundary surfaces. Used in LoD3 and LoD4 only . As subclass of _CityObject, a window
			inherits all attributes and relations, in particular an id, names, external references, generic attributes and
			generalization relations. </xs:documentation>
	</xs:annotation>
	<xs:complexContent>
		<xs:extension base="AbstractOpeningType">
			<xs:sequence>
				<xs:element ref="_GenericApplicationPropertyOfWindow" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>