Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/mnp/wsdl/toDbcFX/NotificaDbc.xsd
2024-05-13 12:54:14 +02:00

55 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Notifica cambio operatore DBC->DBCFX</xs:documentation>
</xs:annotation>
<xs:element name="NotificaFromDbc">
<xs:complexType>
<xs:sequence>
<xs:element name="ID_RICHIESTA" type="string23TYPE"/>
<xs:element name="DATA_NOTIFICA" type="string19TYPE"/>
<xs:element name="PROCESSO" type="processoDBCTYPE"/>
<xs:element name="MSISDN" type="string15TYPE"/>
<xs:element name="DCO" type="string10TYPE"/>
<xs:element name="COD_RECIPIENT" type="string4TYPE" />
<xs:element name="RGN_RECIPIENT" type="string3TYPE"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="processoDBCTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="D|H|R|O|P|K|C"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string23TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="23"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string19TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="19"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string15TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string10TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string4TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string3TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>