ComplexTypeuro:WaterBodyDetailAttributeType
uro:WaterBodyDetailAttributeType
定義
水部の基盤的な情報を表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:string [0..1]
xs:boolean [0..1]
xs:gYearMonth [0..1]
XMLスキーマ
  <xs:complexType name="WaterBodyDetailAttributeType">
    <xs:sequence>
      <xs:element name="kana" minOccurs="0" type="xs:string"/>
      <xs:element name="waterSystemCode" minOccurs="0" type="gml:CodeType"/>
      <xs:element name="riverCode" minOccurs="0" type="gml:CodeType"/>
      <xs:element name="adminType" minOccurs="0" type="gml:CodeType"/>
      <xs:element name="flowDirection" minOccurs="0" type="xs:boolean"/>
      <xs:element name="maximumDepth" minOccurs="0" type="gml:LengthType"/>
      <xs:element name="waterSurfaceElevation" minOccurs="0" type="gml:LengthType"/>
      <xs:element name="area" minOccurs="0" type="gml:MeasureType"/>
      <xs:element name="measurementYearMonth" minOccurs="0" type="xs:gYearMonth"/>
      <xs:element name="prefecture" maxOccurs="unbounded" minOccurs="0" type="gml:CodeType"/>
      <xs:element name="city" maxOccurs="unbounded" minOccurs="0" type="gml:CodeType"/>
    </xs:sequence>
  </xs:complexType>