Content

Element Information

Model

Children: Mapping

Source

<xs:element name="Content" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Mapping" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element defines the placement of a parameter in a frame.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence minOccurs="0">
            <xs:element name="ID" type="xs:hexBinary" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">A two byte parameter ID. This is used an identifier in mapping a placed parameter to a location in the packet.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Delay" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">A two byte value that contains the difference, in microseconds, between the Key opening date and the parameter acquisition time</xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="Yes"/>
                  <xs:enumeration value="No"/>
                </xs:restriction>