Commit 68a7da4f authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'meeting/LI67' into 'main'

Output of LI#67

See merge request !160
parents 2d521e8c 8254b29a
Loading
Loading
Loading
Loading
Loading
+7 −3
Original line number Original line Diff line number Diff line
@@ -68,7 +68,7 @@
        <DictionaryEntries>
        <DictionaryEntries>
            <DictionaryEntry>
            <DictionaryEntry>
                <Value>AwaitingApproval</Value>
                <Value>AwaitingApproval</Value>
                <Meaning>Authorisation is still waiting approval from one or more relevant authorities</Meaning>
                <Meaning>Authorisation is still waiting approval from one or more relevant parties</Meaning>
            </DictionaryEntry>
            </DictionaryEntry>
            <DictionaryEntry>
            <DictionaryEntry>
                <Value>EmergencyApproval</Value>
                <Value>EmergencyApproval</Value>
@@ -104,7 +104,11 @@
            </DictionaryEntry>
            </DictionaryEntry>
            <DictionaryEntry>
            <DictionaryEntry>
                <Value>SubmittedToCSP</Value>
                <Value>SubmittedToCSP</Value>
                <Meaning>The LEA has now uploaded all the relevant objects for this Authorisation to the CSP e.g. it could be used as described in H.3.3. This is intended to convey that the LEA has submitted all the relevant to this Authorisation and the CSP can now proceed</Meaning>
                <Meaning>The LEA has now uploaded all the relevant objects for this Authorisation to the CSP e.g. it could be used as described in H.3.3. This is intended to convey that the LEA has submitted all the relevant to this Authorisation and the CSP can now proceed.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>AwaitingUpdateApproval</Value>
                <Meaning>The Authorisation is waiting for the approval of an update (e.g. waiting for the validation of associated DocumentObjects of an extension).</Meaning>
            </DictionaryEntry>
            </DictionaryEntry>
        </DictionaryEntries>
        </DictionaryEntries>
    </Dictionary>
    </Dictionary>
@@ -252,7 +256,7 @@
        <DictionaryEntries>
        <DictionaryEntries>
            <DictionaryEntry>
            <DictionaryEntry>
                <Value>AwaitingApproval</Value>
                <Value>AwaitingApproval</Value>
                <Meaning>The Document is still waiting approval from one or more relevant authorities</Meaning>
                <Meaning>The Document is still waiting approval from one or more relevant parties</Meaning>
            </DictionaryEntry>
            </DictionaryEntry>
            <DictionaryEntry>
            <DictionaryEntry>
                <Value>Approved</Value>
                <Value>Approved</Value>
+151 −0
Original line number Original line Diff line number Diff line
{
  "$id": "ts_103120_Config_2024_06",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$defs": {
    "TargetFormatTypeDefinitions": {
      "type": "object",
      "properties": {
        "config:FormatOwner": {
          "$ref": "ts_103280_2017_07#/$defs/ShortString"
        },
        "config:TargetFormatTypeDefinitionEntries": {
          "$ref": "#/$defs/TargetFormatTypeDefinitionEntries"
        }
      },
      "required": [
        "config:FormatOwner",
        "config:TargetFormatTypeDefinitionEntries"
      ]
    },
    "TargetFormatTypeDefinitionEntries": {
      "type": "object",
      "properties": {
        "config:TargetFormatTypeDefinitionEntry": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/TargetFormatTypeDefinitionEntry"
          }
        }
      },
      "required": []
    },
    "TargetFormatTypeDefinitionEntry": {
      "type": "object",
      "properties": {
        "config:FormatName": {
          "$ref": "ts_103280_2017_07#/$defs/ShortString"
        },
        "config:Description": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        },
        "config:FormatRegex": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        }
      },
      "required": [
        "config:FormatName",
        "config:Description",
        "config:FormatRegex"
      ]
    },
    "TargetingConfigurations": {
      "type": "object",
      "properties": {
        "config:TargetingConfiguration": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/TargetingConfiguration"
          }
        }
      },
      "required": []
    },
    "TargetingConfiguration": {
      "type": "object",
      "properties": {
        "config:FormatName": {
          "$ref": "ts_103280_2017_07#/$defs/ShortString"
        },
        "config:FormatOwner": {
          "$ref": "ts_103280_2017_07#/$defs/ShortString"
        },
        "config:Guidance": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        },
        "config:AssociatedLIServiceTypes": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntries"
        },
        "config:AssociatedLDRequestSubtypes": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntries"
        },
        "config:AssociatedLPRequestSubtypes": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntries"
        }
      },
      "required": [
        "config:FormatName",
        "config:FormatOwner"
      ]
    },
    "SupportedLIWorkflowEndpoints": {
      "type": "object",
      "properties": {
        "config:SupportedLIWorkflowEndpoint": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/SupportedLIWorkflowEndpoint"
          }
        }
      },
      "required": []
    },
    "SupportedLIWorkflowEndpoint": {
      "type": "object",
      "properties": {
        "config:LIWorkflowEndpoint": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
        },
        "config:Guidance": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        },
        "config:URL": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        }
      },
      "required": [
        "config:LIWorkflowEndpoint",
        "config:URL"
      ]
    },
    "SupportedLPWorkflowEndpoints": {
      "type": "object",
      "properties": {
        "config:SupportedLPWorkflowEndpoint": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/SupportedLPWorkflowEndpoint"
          }
        }
      },
      "required": []
    },
    "SupportedLPWorkflowEndpoint": {
      "type": "object",
      "properties": {
        "config:LIWorkflowEndpoint": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
        },
        "config:Guidance": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        },
        "config:URL": {
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        }
      },
      "required": [
        "config:LIWorkflowEndpoint",
        "config:URL"
      ]
    }
  }
}
+12 −4
Original line number Original line Diff line number Diff line
@@ -549,10 +549,18 @@
          "$ref": "ts_103280_2017_07#/$defs/QualifiedDateTime"
          "$ref": "ts_103280_2017_07#/$defs/QualifiedDateTime"
        },
        },
        "Dictionaries": {},
        "Dictionaries": {},
        "TargetFormatTypeDefinitions": {},
        "TargetFormatTypeDefinitions": {
        "TargetingConfigurations": {},
          "$ref": "ts_103120_Config_2024_06#/$defs/TargetFormatTypeDefinitions"
        "SupportedLIWorkflowEndpoints": {},
        },
        "SupportedLPWorkflowEndpoints": {}
        "TargetingConfigurations": {
          "$ref": "ts_103120_Config_2024_06#/$defs/TargetingConfigurations"
        },
        "SupportedLIWorkflowEndpoints": {
          "$ref": "ts_103120_Config_2024_06#/$defs/SupportedLIWorkflowEndpoints"
        },
        "SupportedLPWorkflowEndpoints": {
          "$ref": "ts_103120_Config_2024_06#/$defs/SupportedLPWorkflowEndpoints"
        }
      },
      },
      "required": [
      "required": [
        "LastChanged",
        "LastChanged",
+39 −2
Original line number Original line Diff line number Diff line
@@ -2,6 +2,12 @@
  "$id": "ts_103120_Delivery_2019_10",
  "$id": "ts_103120_Delivery_2019_10",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$defs": {
  "$defs": {
    "Checksum": {
      "$ref": "ts_103280_2017_07#/$defs/ShortString"
    },
    "ChecksumType": {
      "$ref": "ts_103280_2017_07#/$defs/ShortString"
    },
    "DeliveryObject": {
    "DeliveryObject": {
      "type": "object",
      "type": "object",
      "properties": {
      "properties": {
@@ -219,16 +225,47 @@
          "$ref": "ts_103280_2017_07#/$defs/ShortString"
          "$ref": "ts_103280_2017_07#/$defs/ShortString"
        },
        },
        "delivery:Checksum": {
        "delivery:Checksum": {
          "$ref": "ts_103280_2017_07#/$defs/ShortString"
          "$ref": "#/$defs/Checksum"
        },
        },
        "delivery:ChecksumType": {
        "delivery:ChecksumType": {
          "$ref": "ts_103280_2017_07#/$defs/ShortString"
          "$ref": "#/$defs/ChecksumType"
        },
        "delivery:Checksums": {
          "$ref": "#/$defs/ListOfChecksumAndType"
        }
        }
      },
      },
      "required": [
      "required": [
        "delivery:Data"
        "delivery:Data"
      ]
      ]
    },
    },
    "ListOfChecksumAndType": {
      "type": "object",
      "properties": {
        "delivery:ChecksumAndType": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ChecksumAndType"
          },
          "minItems": 1
        }
      },
      "required": []
    },
    "ChecksumAndType": {
      "type": "object",
      "properties": {
        "delivery:Checksum": {
          "$ref": "#/$defs/Checksum"
        },
        "delivery:ChecksumType": {
          "$ref": "#/$defs/ChecksumType"
        }
      },
      "required": [
        "delivery:Checksum",
        "delivery:ChecksumType"
      ]
    },
    "EmbeddedXMLData": {},
    "EmbeddedXMLData": {},
    "EmbeddedJSONData": {}
    "EmbeddedJSONData": {}
  }
  }
+21 −3
Original line number Original line Diff line number Diff line
@@ -58,8 +58,20 @@
        <xs:sequence>
        <xs:sequence>
            <xs:element name="Data" type="xs:base64Binary"/>
            <xs:element name="Data" type="xs:base64Binary"/>
            <xs:element name="ContentType" type="etsi:ShortString" minOccurs="0"/>
            <xs:element name="ContentType" type="etsi:ShortString" minOccurs="0"/>
            <xs:element name="Checksum" type="etsi:ShortString" minOccurs="0"/>
            <xs:element name="Checksum" type="Checksum" minOccurs="0"/>
            <xs:element name="ChecksumType" type="etsi:ShortString" minOccurs="0"/>
            <xs:element name="ChecksumType" type="ChecksumType" minOccurs="0"/>
            <xs:element name="Checksums" type="ListOfChecksumAndType" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ListOfChecksumAndType">
        <xs:sequence>
            <xs:element name="ChecksumAndType" type="ChecksumAndType" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ChecksumAndType">
        <xs:sequence>
            <xs:element name="Checksum" type="Checksum"/>
            <xs:element name="ChecksumType" type="ChecksumType"/>
        </xs:sequence>
        </xs:sequence>
    </xs:complexType>
    </xs:complexType>
    <xs:complexType name="EmbeddedXMLData">
    <xs:complexType name="EmbeddedXMLData">
@@ -72,4 +84,10 @@
            <xs:any namespace="##other" minOccurs="1" maxOccurs="unbounded"/>
            <xs:any namespace="##other" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
        </xs:sequence>
    </xs:complexType>
    </xs:complexType>
    <xs:simpleType name="Checksum">
        <xs:restriction base="etsi:ShortString"/>
    </xs:simpleType>
    <xs:simpleType name="ChecksumType">
        <xs:restriction base="etsi:ShortString"/>
    </xs:simpleType>
</xs:schema>
</xs:schema>
 No newline at end of file
Loading