StatusTypeCodeType

* Data = Error / Warning is relative to an incorrect or missing data
* Structure = the xml is not a valid xml file *Syntax = The xml structure does not
match the schema therefore not xft compliant

Simple Type Information

Used By

Attribute StatusType/@Type

Source

<xs:simpleType name="StatusTypeCodeType">
  <xs:annotation>
    <xs:documentation>* Data = Error / Warning is relative to an incorrect or missing data * Structure = the xml is not a valid xml file *Syntax = The xml structure does not match the schema therefore not xft compliant</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Data"/>
    <xs:enumeration value="Structure"/>
    <xs:enumeration value="Syntax"/>
  </xs:restriction>
</xs:simpleType>