39 lines
1.6 KiB
XML
39 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xsd:schema xmlns:tns="http://serviceplatformen.dk/xml/schemas/CallContext/1/"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
elementFormDefault="qualified"
|
|
version="1.0"
|
|
targetNamespace="http://serviceplatformen.dk/xml/schemas/CallContext/1/">
|
|
|
|
<xsd:element name="CallContext" type="tns:CallContextType"/>
|
|
|
|
<xsd:complexType name="CallContextType">
|
|
<xsd:all>
|
|
<xsd:element ref="tns:OnBehalfOfUser" minOccurs="0" maxOccurs="1"/>
|
|
<xsd:element ref="tns:CallersServiceCallIdentifier" minOccurs="0" maxOccurs="1"/>
|
|
<xsd:element ref="tns:AccountingInfo" minOccurs="0" maxOccurs="1"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
|
|
<xsd:element name="OnBehalfOfUser" type="tns:OnBehalfOfUserType"/>
|
|
<xsd:simpleType name="OnBehalfOfUserType">
|
|
<xsd:restriction base="xsd:string">
|
|
<xsd:maxLength value="255"/>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
|
|
<xsd:element name="CallersServiceCallIdentifier" type="tns:CallersServiceCallIdentifierType"/>
|
|
<xsd:simpleType name="CallersServiceCallIdentifierType">
|
|
<xsd:restriction base="xsd:string">
|
|
<xsd:maxLength value="255"/>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
|
|
<xsd:element name="AccountingInfo" type="tns:AccountingInfoType"/>
|
|
<xsd:simpleType name="AccountingInfoType">
|
|
<xsd:restriction base="xsd:string">
|
|
<xsd:maxLength value="255"/>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
</xsd:schema>
|