First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- edited with XMLSpy v2013 sp1 (x64) (http://www.altova.com) by umberto (Accenture) -->
|
||||
<!--
|
||||
//-FILE-ID
|
||||
// Name: MobileNumberPortabilityMgmtResponseEntities.xsd
|
||||
// Version: 1.3
|
||||
// Type: XSD file
|
||||
// Analysis Version: ServiceSpecification_MobileNumberPortabilityMgmt_v1.3_rev0.doc
|
||||
// Kit Version: TBD
|
||||
// Created: 2015-05-11
|
||||
// Last Modified: 2015-11-19
|
||||
// Developed by: GdLReply - Ing-MW
|
||||
-->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:bvi="http://telecomitalia.it/SOA/BVI" xmlns:cst="http://telecomitalia.it/SOA/MobileNumberPortabilityMgmtResponseCustomTypes/2015-05-11" targetNamespace="http://telecomitalia.it/SOA/MobileNumberPortabilityMgmtResponseCustomTypes/2015-05-11" elementFormDefault="qualified" version="1.0">
|
||||
<!-- body del servizio -->
|
||||
<!-- portInResult START -->
|
||||
<xs:complexType name="ProductOrderForPortInResultRequest">
|
||||
<xs:sequence>
|
||||
<xs:element name="description" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
||||
<xs:element name="interactionStatus" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
||||
<xs:element name="interactionDateComplete" type="cst:dateTimeType" minOccurs="0"/>
|
||||
<xs:element name="dueDate" type="cst:dateTimeType" minOccurs="0"/>
|
||||
<xs:element name="CustomerOrderItem" type="cst:CustomerOrderItem_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CustomerOrderItem_Type">
|
||||
<xs:sequence>
|
||||
<xs:element name="objectID" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
||||
<xs:element name="CharacteristicValue" type="cst:CharacteristicValue_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CharacteristicValue_Type">
|
||||
<xs:sequence>
|
||||
<xs:element name="CharacteristicSpecification" type="cst:CharacteristicSpecification_Type" minOccurs="0"/>
|
||||
<xs:element name="value" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CharacteristicSpecification_Type">
|
||||
<xs:sequence>
|
||||
<xs:element name="name" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<!-- portInResult END -->
|
||||
<!-- portOutCreditResult START -->
|
||||
<xs:complexType name="ProductOrderForPortOutCreditResultRequest">
|
||||
<xs:sequence>
|
||||
<xs:element name="interactionStatus" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
||||
<xs:element name="CustomerOrderItem" type="cst:CustomerOrderItemPortOutCreditResult_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CustomerOrderItemPortOutCreditResult_Type">
|
||||
<xs:sequence>
|
||||
<xs:element name="objectID" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
||||
<xs:element name="CharacteristicValue" type="cst:CharacteristicValuePortOutCreditResult_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CharacteristicValuePortOutCreditResult_Type">
|
||||
<xs:sequence>
|
||||
<xs:element name="CharacteristicSpecification" type="cst:CharacteristicSpecificationPortOutCreditResult_Type" minOccurs="0"/>
|
||||
<xs:element name="value" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CharacteristicSpecificationPortOutCreditResult_Type">
|
||||
<xs:sequence>
|
||||
<xs:element name="name" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<!-- portOutCreditResult END -->
|
||||
<!-- CommonTypes END -->
|
||||
<!-- SimpleTypes START -->
|
||||
<xs:simpleType name="dateTime">
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<bvi:primitiveType>
|
||||
<bvi:className>DateTime</bvi:className>
|
||||
</bvi:primitiveType>
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
<xs:restriction base="xs:dateTime"/>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="dateTimeType">
|
||||
<xs:restriction base="cst:dateTime"/>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="noCommonConstraintsType" final="#all">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:minLength value="1"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<!-- SimpleTypes END -->
|
||||
<!-- Resource END -->
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user