ComplexTypeuro:IndoorStoreyAttributeType
uro:IndoorStoreyAttributeType
定義
階層に追加するナビゲーション用の属性を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:boolean [0..1]
xs:double [0..1]
XMLスキーマ
  <xs:complexType name="IndoorStoreyAttributeType">
    <xs:complexContent>
      <xs:extension base="uro:IndoorAttributeType">
        <xs:sequence>
          <xs:element name="category" minOccurs="0" type="xs:boolean"/>
          <xs:element name="ordinal" minOccurs="0" type="xs:double"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>