* 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 |
Attribute | StatusType/@Type |
<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> |