First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
//-FILE-ID
|
||||
// Name: NP-RequestHeader.xsd
|
||||
// Version: 1.4
|
||||
// Type: XSD file
|
||||
// Analysis Version: SIF-DVision-Funzionalità MVNO.doc
|
||||
// Kit Version: 2010_08
|
||||
// Created: 14/11/2007
|
||||
// Modified: 16/07/2010
|
||||
// Developed by:
|
||||
-->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cmn="http://telecomitalia.it/BSS/MVNO/CommonTypes" xmlns:h="http://telecomitalia.it/BSS/MVNO/NP-RequestHeaderTypes" targetNamespace="http://telecomitalia.it/BSS/MVNO/NP-RequestHeaderTypes" elementFormDefault="qualified">
|
||||
<xs:import namespace="http://telecomitalia.it/BSS/MVNO/CommonTypes" schemaLocation="CommonTypes.xsd"/>
|
||||
<xs:element name="Header" type="h:Header"/>
|
||||
<xs:complexType name="Header">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Informazioni di contesto dell'invocazione del servizio</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:sequence>
|
||||
<xs:element name="sourceSystem" type="cmn:sourceSystemType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Sistema da cui proviene la richiesta</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="businessID" type="cmn:businessIDType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>ID del processo, BusinessID</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="interactionDate" type="cmn:interactionDateType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Data e ora di invocazione del servizio</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="HeaderWithIDandBusinessID" type="h:HeaderWithIDandBusinessID"/>
|
||||
<xs:complexType name="HeaderWithIDandBusinessID">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Informazioni di contesto dell'invocazione del servizio</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:sequence>
|
||||
<xs:element name="businessID" type="cmn:businessIDType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>ID del processo, BusinessID</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ID" type="cmn:IDType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>ID della richiesta</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="HeaderwithContProp" type="h:HeaderwithContProp"/>
|
||||
<xs:complexType name="HeaderwithContProp">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Informazioni di contesto dell'invocazione del servizio</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:sequence>
|
||||
<xs:element name="businessID" type="cmn:businessIDType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>ID del processo, BusinessID</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="interactionDate" type="cmn:interactionDateType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Data e ora di invocazione del servizio</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ContextProperty" type="h:Property" maxOccurs="2">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Proprietà di contesto dell'invocazione del servizio</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ID" type="cmn:IDType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>ID della richiesta</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="Property">
|
||||
<xs:sequence>
|
||||
<xs:element name="name" type="cmn:propertyNameType"/>
|
||||
<xs:element name="value" type="cmn:propertyValueType"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user