Loading 103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +50 −0 Original line number Diff line number Diff line Loading @@ -804,4 +804,54 @@ </DictionaryEntry> </DictionaryEntries> </Dictionary> <Dictionary> <!--DeliveryStatus: see Clause 10.2.4 Table 10.X --> <Owner>ETSI</Owner> <Name>DeliveryStatus</Name> <DictionaryEntries> <DictionaryEntry> <Value>Available</Value> <Meaning>The Delivery is available</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Acknowledged</Value> <Meaning>The Delivery object details have been acknowledged</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Expired</Value> <Meaning>The Delivery data is no longer available due to expiry</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Error</Value> <Meaning>The Delivery has an error</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Received</Value> <Meaning>The Delivery data has been received</Meaning> </DictionaryEntry> </DictionaryEntries> </Dictionary> <Dictionary> <!--DeliveryStatus: see Clause 10.2.4 Table 10.Y --> <Owner>ETSI</Owner> <Name>DeliveryDesiredStatus</Name> <DictionaryEntries> <DictionaryEntry> <Value>Available</Value> <Meaning>The Delivery is available</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Acknowledged</Value> <Meaning>The Delivery object details have been acknowledged</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Error</Value> <Meaning>The Delivery has an error</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Received</Value> <Meaning>The Delivery data has been received</Meaning> </DictionaryEntry> </DictionaryEntries> </Dictionary> </Dictionaries> 103120/schema/xsd/ts_103120_Common.xsd +18 −0 Original line number Diff line number Diff line Loading @@ -95,4 +95,22 @@ <xs:element name="CountryCode" type="etsi:ISOCountryCode"/> </xs:sequence> </xs:complexType> <xs:complexType name="Timespan"> <xs:sequence> <xs:element name="StartTime" type="etsi:QualifiedDateTime"/> <xs:element name="EndTime" type="etsi:QualifiedDateTime"/> </xs:sequence> </xs:complexType> <xs:group name="BinaryObjectGroup"> <xs:sequence> <xs:element name="url" type="xs:anyURI"/> <xs:element name="contentLength" type="xs:nonNegativeInteger" minOccurs="0"/> <xs:element name="contentType" type="etsi:LongString" minOccurs="0"/> <xs:element name="expiry" type="etsi:QualifiedMicrosecondDateTime" minOccurs="0"/> <xs:element name="checksum" type="etsi:LongString" minOccurs="0"/> <xs:element name="originalFilename" type="etsi:LongString" minOccurs="0"/> <xs:element name="cspDefinedIdentifier" type="etsi:LongString" minOccurs="0"/> </xs:sequence> </xs:group> </xs:schema> 103120/schema/xsd/ts_103120_Core.xsd +3 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,9 @@ <xs:sequence> <xs:element name="ObjectType" type="common:DictionaryEntry" minOccurs="0"/> <xs:element name="LastChanged" type="etsi:QualifiedDateTime" minOccurs="0"/> <xs:element name="LastChangedTimespan" type="common:Timespan" minOccurs="0"/> <xs:element name="MaximumObjectCount" type="xs:positiveInteger" minOccurs="0"/> <xs:element name="Status" type="common:DictionaryEntry" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:complexType name="LISTResponse"> Loading 103120/schema/xsd/ts_103120_Delivery.xsd +8 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ <xs:element name="LastSequence" type="xs:boolean" minOccurs="0"/> <xs:element name="Manifest" type="Manifest" minOccurs="0"/> <xs:element name="Delivery" type="Delivery" minOccurs="0"/> <xs:element name="DeliveryStatus" type="common:DictionaryEntry" minOccurs="0"/> <xs:element name="DesiredDeliveryStatus" type="common:DictionaryEntry" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> Loading Loading @@ -52,6 +54,7 @@ <xs:element name="BinaryData" type="EmbeddedBinaryData"/> <xs:element name="XMLData" type="EmbeddedXMLData"/> <xs:element name="JSONData" type="EmbeddedJSONData"/> <xs:element name="URLData" type="BinaryObject"/> </xs:choice> </xs:complexType> <xs:complexType name="EmbeddedBinaryData"> Loading Loading @@ -90,4 +93,9 @@ <xs:simpleType name="ChecksumType"> <xs:restriction base="etsi:ShortString"/> </xs:simpleType> <xs:complexType name="BinaryObject"> <xs:sequence> <xs:group ref="common:BinaryObjectGroup"/> </xs:sequence> </xs:complexType> </xs:schema> No newline at end of file Loading
103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +50 −0 Original line number Diff line number Diff line Loading @@ -804,4 +804,54 @@ </DictionaryEntry> </DictionaryEntries> </Dictionary> <Dictionary> <!--DeliveryStatus: see Clause 10.2.4 Table 10.X --> <Owner>ETSI</Owner> <Name>DeliveryStatus</Name> <DictionaryEntries> <DictionaryEntry> <Value>Available</Value> <Meaning>The Delivery is available</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Acknowledged</Value> <Meaning>The Delivery object details have been acknowledged</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Expired</Value> <Meaning>The Delivery data is no longer available due to expiry</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Error</Value> <Meaning>The Delivery has an error</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Received</Value> <Meaning>The Delivery data has been received</Meaning> </DictionaryEntry> </DictionaryEntries> </Dictionary> <Dictionary> <!--DeliveryStatus: see Clause 10.2.4 Table 10.Y --> <Owner>ETSI</Owner> <Name>DeliveryDesiredStatus</Name> <DictionaryEntries> <DictionaryEntry> <Value>Available</Value> <Meaning>The Delivery is available</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Acknowledged</Value> <Meaning>The Delivery object details have been acknowledged</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Error</Value> <Meaning>The Delivery has an error</Meaning> </DictionaryEntry> <DictionaryEntry> <Value>Received</Value> <Meaning>The Delivery data has been received</Meaning> </DictionaryEntry> </DictionaryEntries> </Dictionary> </Dictionaries>
103120/schema/xsd/ts_103120_Common.xsd +18 −0 Original line number Diff line number Diff line Loading @@ -95,4 +95,22 @@ <xs:element name="CountryCode" type="etsi:ISOCountryCode"/> </xs:sequence> </xs:complexType> <xs:complexType name="Timespan"> <xs:sequence> <xs:element name="StartTime" type="etsi:QualifiedDateTime"/> <xs:element name="EndTime" type="etsi:QualifiedDateTime"/> </xs:sequence> </xs:complexType> <xs:group name="BinaryObjectGroup"> <xs:sequence> <xs:element name="url" type="xs:anyURI"/> <xs:element name="contentLength" type="xs:nonNegativeInteger" minOccurs="0"/> <xs:element name="contentType" type="etsi:LongString" minOccurs="0"/> <xs:element name="expiry" type="etsi:QualifiedMicrosecondDateTime" minOccurs="0"/> <xs:element name="checksum" type="etsi:LongString" minOccurs="0"/> <xs:element name="originalFilename" type="etsi:LongString" minOccurs="0"/> <xs:element name="cspDefinedIdentifier" type="etsi:LongString" minOccurs="0"/> </xs:sequence> </xs:group> </xs:schema>
103120/schema/xsd/ts_103120_Core.xsd +3 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,9 @@ <xs:sequence> <xs:element name="ObjectType" type="common:DictionaryEntry" minOccurs="0"/> <xs:element name="LastChanged" type="etsi:QualifiedDateTime" minOccurs="0"/> <xs:element name="LastChangedTimespan" type="common:Timespan" minOccurs="0"/> <xs:element name="MaximumObjectCount" type="xs:positiveInteger" minOccurs="0"/> <xs:element name="Status" type="common:DictionaryEntry" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:complexType name="LISTResponse"> Loading
103120/schema/xsd/ts_103120_Delivery.xsd +8 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ <xs:element name="LastSequence" type="xs:boolean" minOccurs="0"/> <xs:element name="Manifest" type="Manifest" minOccurs="0"/> <xs:element name="Delivery" type="Delivery" minOccurs="0"/> <xs:element name="DeliveryStatus" type="common:DictionaryEntry" minOccurs="0"/> <xs:element name="DesiredDeliveryStatus" type="common:DictionaryEntry" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> Loading Loading @@ -52,6 +54,7 @@ <xs:element name="BinaryData" type="EmbeddedBinaryData"/> <xs:element name="XMLData" type="EmbeddedXMLData"/> <xs:element name="JSONData" type="EmbeddedJSONData"/> <xs:element name="URLData" type="BinaryObject"/> </xs:choice> </xs:complexType> <xs:complexType name="EmbeddedBinaryData"> Loading Loading @@ -90,4 +93,9 @@ <xs:simpleType name="ChecksumType"> <xs:restriction base="etsi:ShortString"/> </xs:simpleType> <xs:complexType name="BinaryObject"> <xs:sequence> <xs:group ref="common:BinaryObjectGroup"/> </xs:sequence> </xs:complexType> </xs:schema> No newline at end of file