73 lines
2.8 KiB
XML
73 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- edited with XMLSpy v2013 (http://www.altova.com) by () -->
|
|
<!--
|
|
//-FILE-ID
|
|
// Name: CustomerOrderNumberPortabilityMgmtEntities.xsd
|
|
// Version: 1.0
|
|
// Type: XSD file
|
|
// Analysis Version: ServiceSpecification_CustomerOrderNumberPortabilityMgmt_v1.0_rev7.doc
|
|
// Developed by: GdLAubay - SL
|
|
-->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:bvi="http://telecomitalia.it/SOA/BVI" 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="ProductOrderType">
|
|
<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" type="cst:CustomerOrderItemType" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="CustomerOrderItemType">
|
|
<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" minOccurs="0">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ProductCharacteristicValue" type="cst:ProductCharacteristicValue_Type" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
<!-- ProductOrder portInRequest - oloCeasedPortInRequest END -->
|
|
|
|
<!-- 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>
|