Sha256: 5e25eaefb4cd8fb1a338c2750ddb4969e3f40423be5860b0349c66cdee50af84

Contents?: true

Size: 814 Bytes

Versions: 49

Compression:

Stored size: 814 Bytes

Contents

<xs:schema xmlns="http://www.epcregister.com/xsd/rdsap" xmlns:xs="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.epcregister.com/xsd/rdsap" elementFormDefault="qualified"
    attributeFormDefault="unqualified" version="LIG-19.0">
    <xs:element name="ExceptionList">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" name="Exception">
                    <xs:complexType>
                        <xs:all>
                            <xs:element name="ErrorCode" type="xs:int"/>
                            <xs:element name="ErrorMessage" type="xs:string"/>
                        </xs:all>
                    </xs:complexType>
                </xs:element>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
</xs:schema>

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
epb_view_models-1.0.8 api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd
epb_view_models-1.0.7 api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd
epb_view_models-1.0.6 api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd
epb_view_models-1.0.5 api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd
epb_view_models-1.0.4 api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd
epb_view_models-1.0.3 api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd
epb_view_models-1.0.2 api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd
epb_view_models-1.0.1 api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd
epb_view_models-1.0.0 api/schemas/xml/RdSAP-Schema-19.0/RdSAP/Templates/ExceptionList.xsd