First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Notifica online DBC-GISP per il processo di Cessazione HZ passaggio altro OLO utenze native TIM</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:include schemaLocation="HZ_DBC_TYPES.xsd"/>
|
||||
<xs:element name="NotificaHZFromDBCFX">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="TIPO_OPERAZIONE" type="operationTYPE"/>
|
||||
<xs:element name="DIRECTORY_NUMBER" type="directoryNumberTYPE"/>
|
||||
<xs:element name="DET" type="string19"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:simpleType name="string19">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="19"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user