mmlHd:hdMethodRecord

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
mmlHd:code xs:string optional
mmlHd:endDateTime xs:dateTime optional
mmlHd:startDateTime xs:dateTime optional
mmlHd:tableId xs:string optional

Used By

Source

<xs:element name="hdMethodRecord">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="code" type="xs:string" use="optional" form="qualified"/>
        <xs:attribute name="tableId" type="xs:string" use="optional" form="qualified"/>
        <xs:attribute name="startDateTime" type="xs:dateTime" use="optional" form="qualified"/>
        <xs:attribute name="endDateTime" type="xs:dateTime" use="optional" form="qualified"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample