50 lines
1.9 KiB
XML
50 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema elementFormDefault="qualified"
|
|
targetNamespace="http://dbcfx/SOA/CheckNPMgmtDBSS/2017-03-29"
|
|
version="1.0" xmlns:sm="http://dbcfx/SOA/CheckNPMgmtDBSS/2017-03-29" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="CheckNPDBSSRequest">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AMBITO" type="sm:ambitoTYPE"/>
|
|
<xs:element name="DIRECTORY_NUMBER" type="sm:string12TYPE"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="CheckNPDBSSResponse">
|
|
<xs:complexType>
|
|
<xs:all>
|
|
<xs:element minOccurs="0" name="SISTEMA_NWS" type="sm:sistemaNwsTYPE"/>
|
|
<xs:element name="ESITO" type="sm:string2TYPE"/>
|
|
<xs:element minOccurs="0" name="DESCRIZIONE_ESITO" type="sm:string255TYPE"/>
|
|
</xs:all>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<!-- SimpleTypes START -->
|
|
<xs:simpleType name="string2TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string12TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="12"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string255TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="sistemaNwsTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="CRMWS|NOW"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="ambitoTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="DEL35|DEL274"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<!-- SimpleTypes END -->
|
|
</xs:schema>
|