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