<complexType name="ErrorWarningType">
<annotation>
<documentation xml:lang="en">Standard way to indicate that either: a) successful processing of an message, but one in which warnings are generated b) an error occurred during the processing of an OTA message</documentation>
</annotation>
<simpleContent>
<extension base="pidx:FreeTextType">
<attribute name="Type" type="string" use="required">
<annotation>
<documentation xml:lang="en">The Warning element MUST contain the Type attribute that uses a recommended set of values to indicate the warning type. The validating XSD can expect to accept values that it has NOT been explicitly coded for and process them by using Type ="Unknown".</documentation>
</annotation>
</attribute>
<attributeGroup ref="pidx:ErrorWarningAttributeGroup" />
</extension>
</simpleContent>
</complexType>
|