Files
gateway-dbc-fx/gnpdev/wsdbcfx/wsdl/dbss/CustomerOrderNumberPortabilityMgmt/client/CustomerOrderNumberPortabilityMgmtEntities.xsd
2024-05-09 17:40:24 +02:00

96 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
//-FILE-ID $Id: CustomerOrderNumberPortabilityMgmtEntities.xsd,v 1.1.2.2.4.1 2017/02/24 08:23:35 valueteam\giustinianide Exp $
// Name: CustomerOrderNumberPortabilityMgmtEntities.xsd
// Analysis Version ServiceSpecification_CustomerOrderNumberPortabilityMgmt_ver2.2_rev3.doc
// Developed by: GdLAubay
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cst="http://telecomitalia.it/SOA/CustomerOrderNumberPortabilityMgmtCustomTypes/2015-05-11" targetNamespace="http://telecomitalia.it/SOA/CustomerOrderNumberPortabilityMgmtCustomTypes/2015-05-11" elementFormDefault="qualified" version="1.0">
<xs:complexType name="ProductBundleType">
<xs:sequence>
<xs:element name="ProductCharacteristicValue" type="cst:ProductCharacteristicValue_Type" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CustomerOrderType">
<xs:sequence>
<xs:element name="ID" type="cst:noCommonConstraintsType" minOccurs="0"/>
<xs:element name="CharacteristicValue" type="cst:CharacteristicValue_Type" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="CustomerOrderItem" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="CharacteristicValue" type="cst:CharacteristicValue_Type" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ProductBundle" type="cst:ProductBundleType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProductOrder1Type">
<xs:sequence>
<xs:element name="ID" type="cst:noCommonConstraintsType" minOccurs="0"/>
<xs:element name="CustomerOrderItem" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="ProductBundle" type="cst:ProductBundleType" minOccurs="0"/>
<xs:element name="CharacteristicValue" type="cst:CharacteristicValue_Type" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="CharacteristicValue" type="cst:CharacteristicValue_Type" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProductOrder2Type">
<xs:sequence>
<xs:element name="ID" type="cst:noCommonConstraintsType" minOccurs="0"/>
<xs:element name="CustomerOrderItem" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="objectID" type="cst:noCommonConstraintsType" minOccurs="0"/>
<xs:element name="CharacteristicValue" type="cst:CharacteristicValue_Type" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ProductBundle" type="cst:ProductBundleType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<!-- Characteristic Values START -->
<xs:complexType name="CharacteristicValue_Type">
<xs:sequence>
<xs:element name="value" type="cst:noCommonConstraintsType"/>
<xs:element name="CharacteristicSpecification">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="cst:noCommonConstraintsType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProductCharacteristicValue_Type">
<xs:sequence>
<xs:element name="value" type="cst:noCommonConstraintsType"/>
<xs:element name="ProductSpecCharacteristic">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="cst:noCommonConstraintsType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<!-- Characteristic Values END -->
<!-- SimpleTypes START -->
<xs:simpleType name="noCommonConstraintsType" final="#all">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<!-- SimpleTypes END -->
</xs:schema>