om:OMF

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dec xs:double optional
hex restriction of xs:string optional
id xs:ID optional

Used By

Element Group om:omel

Source

<xs:element name="OMF">
  <xs:complexType>
    <xs:attributeGroup ref="om:common.attributes"/>
    <xs:attribute name="dec" type="xs:double"/>
    <xs:attribute name="hex">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="[0-9A-F]+"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample