Commit 6435568d authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Correcting dictionary XML and adding dummy schema for automotive records

parent 979a8083
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://AutomotiveExampleSchema.example.com/schema/v1.1.1/"
    elementFormDefault="qualified"
    xmlns="http://AutomotiveExampleSchema.example.com/schema/v1.1.1/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
>
  <xs:element name="carMessage" type="CarMessage"></xs:element>

  <xs:complexType name="CarMessage">
    <xs:sequence>
      <xs:any processContents="skip" maxOccurs="unbounded"></xs:any>
    </xs:sequence>
  </xs:complexType>

</xs:schema>
+7 −7
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<HI1Message xmlns="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:task="http://uri.etsi.org/03120/common/2020/09/Task" xmlns:delivery="http://uri.etsi.org/03120/common/2019/10/Delivery" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common">
<HI1Message xmlns="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:task="http://uri.etsi.org/03120/common/2020/09/Task" xmlns:delivery="http://uri.etsi.org/03120/common/2019/10/Delivery" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:vehicle="http://AutomotiveExampleSchema.example.com/schema/v1.1.1/">
  <Header>
    <SenderIdentifier>
      <CountryCode>DE</CountryCode>
@@ -37,14 +37,14 @@
              <delivery:LastSequence>true</delivery:LastSequence>
              <delivery:Manifest>
                <delivery:Specification>
                  <task:DictionaryOwner>3GPP</task:DictionaryOwner>
                  <task:DictionaryName>ManifestSpecification</task:DictionaryName>
                  <task:Value>CARDBResponse</task:Value>
                  <common:Owner>3GPP</common:Owner>
                  <common:Name>ManifestSpecification</common:Name>
                  <common:Value>CARDBResponse</common:Value>
                </delivery:Specification>
              </delivery:Manifest>
              <delivery:Delivery>
                <delivery:XMLData>
                  <carMessage> xmlns=&quot;http://uri.etsi.org/XXX658XXX&quot;&gt;
                  <vehicle:carMessage> 
                    <recordNumber>1</recordNumber>
                    <vehicleRecord>
                      <vehicleServiceUsage>
@@ -88,7 +88,7 @@
                      <countryCode>DE</countryCode>
                      <additionalInformation>&quot;Searchvalue&quot;=&quot;VIN=WAZZQ3589423894&quot;;&quot;Searchevent&quot;=&quot;EVENT_IGNITION_OFF&quot;</additionalInformation>
                    </nationalResponsePayload>
                  </carMessage>
                  </vehicle:carMessage>
                </delivery:XMLData>
              </delivery:Delivery>
            </HI1Object>
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@
            "103120/schema/ts_103120_Task.xsd",
            "103280/TS_103_280.xsd",
            "testing/deps/xmldsig/xmldsig-core-schema.xsd",
            "103120/examples/FooServiceSchema.xsd"
            "103120/examples/FooServiceSchema.xsd",
            "103120/examples/AutomotiveExampleSchema.xsd"
        ],
        "exampleFiles" : [
            "103120/examples"