Fieldml_Type

Complex Type Information

Model

Children: Region

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:string optional
version xs:string optional

Used By

Element Fieldml

Source

<xs:complexType name="Fieldml_Type">
  <xs:complexContent>
    <xs:extension base="FieldmlRdfTargetType">
      <xs:choice minOccurs="1" maxOccurs="1">
        <xs:element name="Region" type="Region_Type"/>
      </xs:choice>
      <xs:attribute name="version" type="xs:string"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>