Apply

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
defaultValue xs:string optional
function xs:string required
invalidValueTreatment INVALID-VALUE-TREATMENT-METHOD returnInvalid optional
mapMissingTo xs:string optional

Used By

Element Group EXPRESSION

Source

<xs:element name="Apply">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:group ref="EXPRESSION" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="function" type="xs:string" use="required"/>
    <xs:attribute name="mapMissingTo" type="xs:string"/>
    <xs:attribute name="defaultValue" type="xs:string"/>
    <xs:attribute name="invalidValueTreatment" type="INVALID-VALUE-TREATMENT-METHOD" default="returnInvalid"/>
  </xs:complexType>
</xs:element>

Sample