37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<?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> |