63 lines
2.6 KiB
XML
63 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
//-FILE-ID
|
|
// Name: WirelinePortOutOrderMgmtEntities.xsd
|
|
// Analysis Version: ServiceSpecification_WirelinePortOutOrderMgmt_v1.0_rev1.doc
|
|
// Developed by: GdLAubay
|
|
-->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:bvi="http://telecomitalia.it/SOA/BVI" xmlns:cst="http://telecomitalia.it/SOA/WirelinePortOutOrderMgmtCustomTypes/2015-05-11" targetNamespace="http://telecomitalia.it/SOA/WirelinePortOutOrderMgmtCustomTypes/2015-05-11" elementFormDefault="qualified" version="1.0">
|
|
<xs:complexType name="CustomerOrderInputType">
|
|
<xs:sequence>
|
|
<xs:element name="CustomerOrderItem" type="cst:CustomerOrderItemType" minOccurs="0"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="CustomerOrderNotifyInputType">
|
|
<xs:sequence>
|
|
<xs:element name="interactionDate" type="xs:dateTime"/>
|
|
<xs:element name="CharacteristicValue" type="cst:CharacteristicValueType" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="CustomerOrderItemType">
|
|
<xs:sequence>
|
|
<xs:element name="ProductBundle" type="cst:ProductBundleType" minOccurs="0"/>
|
|
<xs:element name="CharacteristicValue" type="cst:CharacteristicValueType" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="ProductBundleType">
|
|
<xs:sequence>
|
|
<xs:element name="ProductCharacteristicValue" type="cst:ProductCharacteristicValueType" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="ProductCharacteristicValueType">
|
|
<xs:sequence>
|
|
<xs:element name="ProductSpecCharacteristic" type="cst:ProductSpecCharacteristicType" minOccurs="0"/>
|
|
<xs:element name="value" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="ProductSpecCharacteristicType">
|
|
<xs:sequence>
|
|
<xs:element name="name" type="cst:noCommonConstraintsType" minOccurs="0"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="CharacteristicValueType">
|
|
<xs:sequence>
|
|
<xs:element name="CharacteristicSpecification" type="cst:CharacteristicSpecificationType"/>
|
|
<xs:element name="value" type="cst:noCommonConstraintsType"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="CharacteristicSpecificationType">
|
|
<xs:sequence>
|
|
<xs:element name="name" type="cst:noCommonConstraintsType"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:simpleType name="noCommonConstraintsType" final="#all">
|
|
<xs:restriction base="xs:string">
|
|
<xs:minLength value="1"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
|
|
|
|
</xs:schema>
|