|
|
@@ -15,6 +15,17 @@
|
|
|
<xs:import
|
|
|
namespace="https://biuro.biall-net.pl/wfs/default_db/table/BI_audit_ENERGA_RUM_UMOWY.xsd"
|
|
|
schemaLocation="../../default_db.BI_audit_ENERGA_RUM_UMOWY/BI_audit_ENERGA_RUM_UMOWY/BI_audit_ENERGA_RUM_UMOWY.xsd"/>
|
|
|
+ <xs:simpleType name="A_STATUS_Type">
|
|
|
+ <xs:restriction base="xs:string">
|
|
|
+ <xs:enumeration value="NORMAL"/>
|
|
|
+ <xs:enumeration value="WAITING"/>
|
|
|
+ <xs:enumeration value="MONITOR"/>
|
|
|
+ <xs:enumeration value="DELETED"/>
|
|
|
+ <xs:enumeration value="WARNING"/>
|
|
|
+ <xs:enumeration value="OFF_SOFT"/>
|
|
|
+ <xs:enumeration value="OFF_HARD"/>
|
|
|
+ </xs:restriction>
|
|
|
+ </xs:simpleType>
|
|
|
<xs:simpleType name="step_Type">
|
|
|
<xs:restriction base="xs:string">
|
|
|
<xs:enumeration value="first"/>
|
|
|
@@ -24,6 +35,8 @@
|
|
|
<xs:complexType name="BI_audit_BENFORD">
|
|
|
<xs:sequence>
|
|
|
<xs:element name="ID" type="xs:int"/>
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__BI_audit_BENFORD:A_STATUS_Type"> </xs:element>
|
|
|
+ <xs:element name="A_STATUS_INFO" type="xs:string"/>
|
|
|
<xs:element name="step" type="default_db__x3A__BI_audit_BENFORD:step_Type"> </xs:element>
|
|
|
<xs:element name="table" type="xs:string"/>
|
|
|
<xs:element name="valueField" type="xs:string"/>
|