ComplexTypeuro:PortStorageFacilityType
uro:PortStorageFacilityType
定義
港湾施設である保管施設の属性を記述するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [0..1]
xs:string [1]
xs:string [0..1]
xs:boolean [0..1]
xs:integer [0..1]
xs:integer [0..1]
xs:integer [0..1]
xs:string [0..1]
XMLスキーマ
  <xs:complexType name="PortStorageFacilityType">
    <xs:complexContent>
      <xs:extension base="uro:PortAttributeType">
        <xs:sequence>
          <xs:element name="innerTotalFloorArea" minOccurs="0" type="gml:MeasureType"/>
          <xs:element name="innerOfSiteArea" minOccurs="0" type="gml:MeasureType"/>
          <xs:element name="outerOfTotalFloorArea" minOccurs="0" type="gml:MeasureType"/>
          <xs:element name="outerSiteArea" minOccurs="0" type="gml:MeasureType"/>
          <xs:element name="mainCargo" minOccurs="0" type="gml:CodeType"/>
          <xs:element name="storageCapacity" minOccurs="0" type="xs:integer"/>
          <xs:element name="storageCapacityUnit" minOccurs="0" type="gml:CodeType"/>
          <xs:element name="mainMaterial" minOccurs="0" type="gml:CodeType"/>
          <xs:element name="totalCost" minOccurs="0" type="xs:integer"/>
          <xs:element name="note" minOccurs="0" type="xs:string"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>