ComplexTypeuro:ConstructionStructureAttributeType
uro:ConstructionStructureAttributeType
定義
構造物の規模に関する基本的な情報を記述するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
  <xs:complexType name="ConstructionStructureAttributeType">
    <xs:sequence>
      <xs:element name="structureType" minOccurs="0" type="gml:CodeType"/>
      <xs:element name="length" minOccurs="0" type="gml:LengthType"/>
      <xs:element name="width" minOccurs="0" type="gml:LengthType"/>
      <xs:element name="depth" minOccurs="0" type="gml:LengthType"/>
      <xs:element name="volume" minOccurs="0" type="gml:MeasureType"/>
    </xs:sequence>
  </xs:complexType>