First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
//-FILE-ID
|
||||
// Name: PortingOutMgmtEntities.xsd
|
||||
// Analysis Version: ServiceSpecification_DBSSGOA_PortingOutMgmt_ver_1.1_rev1.doc
|
||||
// Developed by:
|
||||
-->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cst="http://telecomitalia.it/SOA/PortingOutMgmtEntities" targetNamespace="http://telecomitalia.it/SOA/PortingOutMgmtEntities" elementFormDefault="qualified" version="1.0">
|
||||
<xs:complexType name="ProductOrderType">
|
||||
<xs:sequence>
|
||||
<xs:element name="customerOrderItem" type="cst:CustomerOrderItemType" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CustomerOrderType">
|
||||
<xs:sequence>
|
||||
<xs:element name="customerOrderItem" type="cst:CustomerOrderItemType" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CustomerOrderItemType">
|
||||
<xs:sequence>
|
||||
<xs:element name="characteristicValue" type="cst:CharacteristicValueType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="ProductBundle" type="cst:ProductBundleType" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CharacteristicValueType">
|
||||
<xs:sequence>
|
||||
<xs:element name="value" type="cst:noCommonConstraintsType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="characteristicSpecification" type="cst:CharacteristicSpecificationType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CharacteristicSpecificationType">
|
||||
<xs:sequence>
|
||||
<xs:element name="name" type="cst:noCommonConstraintsType" 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"/>
|
||||
<xs:element name="value" type="cst:noCommonConstraintsType"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="ProductSpecCharacteristicType">
|
||||
<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:simpleType name="intType">
|
||||
<xs:restriction base="xs:int"/>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user