First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by fuokista (EMBRACE) -->
<!--
//-FILE-ID
// Name: WirelinePortInOrderMgmt.xsd
// Analysis Version: TIIT_CMM_SIF_DBSSOAM_GOA_WirelinePortInOrderMgmt.doc
// Developed by: GdLReply - Ing-MW
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:cst="http://DBSS-GOA/WirelinePortInOrderMgmtEntities"
targetNamespace="http://DBSS-GOA/WirelinePortInOrderMgmtEntities"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:complexType name="CustomerOrderInputType">
<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="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>