ComplexTypeuro:IndoorTactileTileAttributeType
uro:IndoorTactileTileAttributeType
定義
視覚障碍者用誘導ブロックに追加するナビゲーション用の属性を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [0..1]
xs:string [0..1]
xs:string [0..1]
XMLスキーマ
  <xs:complexType name="IndoorTactileTileAttributeType">
    <xs:complexContent>
      <xs:extension base="uro:IndoorAttributeType">
        <xs:sequence>
          <xs:element name="startNode" minOccurs="0" type="xs:string"/>
          <xs:element name="endNode" minOccurs="0" type="xs:string"/>
          <xs:element name="category" minOccurs="0" type="gml:CodeType"/>
          <xs:element name="roof" minOccurs="0" type="gml:CodeType"/>
          <xs:element name="floorId" minOccurs="0" type="xs:string"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>