Target

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
castInteger restriction of xs:string optional
field FIELD-NAME optional
max xs:double optional
min xs:double optional
optype OPTYPE optional
rescaleConstant xs:double 0 optional
rescaleFactor xs:double 1 optional

Used By

Element Targets

Source

<xs:element name="Target">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="TargetValue" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="field" type="FIELD-NAME"/>
    <xs:attribute name="optype" type="OPTYPE"/>
    <xs:attribute name="castInteger">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="round"/>
          <xs:enumeration value="ceiling"/>
          <xs:enumeration value="floor"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="min" type="xs:double"/>
    <xs:attribute name="max" type="xs:double"/>
    <xs:attribute name="rescaleConstant" type="xs:double" default="0"/>
    <xs:attribute name="rescaleFactor" type="xs:double" default="1"/>
  </xs:complexType>
</xs:element>

Sample