ComplexTypeuro:ConstructionEventType
uro:ConstructionEventType
定義
構造物の設計から施工、維持管理にいたるイベントを表現するための型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
xs:date [1]
xs:string [0..1]
XMLスキーマ
  <xs:complexType name="ConstructionEventType">
    <xs:sequence>
      <xs:element name="event" type="gml:CodeType"/>
      <xs:element name="dateOfEvent" type="xs:date"/>
      <xs:element name="description" minOccurs="0" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>