Commit 88fa5048 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Fixing example to match W3C namespace recommendations

parent 940206b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<X1Request xmlns="http://uri.etsi.org/03221/X1/2017/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:example="exampleGenericObject">
<X1Request xmlns="http://uri.etsi.org/03221/X1/2017/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:example="http://example.com/exampleGenericObject">
    <x1RequestMessage xsi:type="CreateObjectRequest">
        <admfIdentifier>admfID</admfIdentifier>
        <neIdentifier>neID</neIdentifier>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="exampleGenericObject" xmlns:x1="http://uri.etsi.org/03221/X1/2017/10" targetNamespace="exampleGenericObject" elementFormDefault="qualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://example.com/exampleGenericObject" xmlns:x1="http://uri.etsi.org/03221/X1/2017/10" targetNamespace="http://example.com/exampleGenericObject" elementFormDefault="qualified">
    <xs:import namespace="http://uri.etsi.org/03221/X1/2017/10"/>
    <xs:complexType name="FooObject">
        <xs:complexContent>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<ns1:X1Response xmlns:ns1="http://uri.etsi.org/03221/X1/2017/10" xmlns:ns2="http://uri.etsi.org/03280/common/2017/07" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:exampleGenericObject="exampleGenericObject">
<ns1:X1Response xmlns:ns1="http://uri.etsi.org/03221/X1/2017/10" xmlns:ns2="http://uri.etsi.org/03280/common/2017/07" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:exampleGenericObject="http://example.com/exampleGenericObject">
    <ns1:x1ResponseMessage xsi:type="ns1:GetAllDetailsResponse">
        <ns1:admfIdentifier>admfID</ns1:admfIdentifier>
        <ns1:neIdentifier>neID</ns1:neIdentifier>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<X1Response xmlns="http://uri.etsi.org/03221/X1/2017/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:exampleGenericObject="exampleGenericObject">
<X1Response xmlns="http://uri.etsi.org/03221/X1/2017/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:exampleGenericObject="http://example.com/exampleGenericObject">
    <x1ResponseMessage xsi:type="GetObjectResponse">
        <admfIdentifier>admfID</admfIdentifier>
        <neIdentifier>neID</neIdentifier>