<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> |