{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "json-schema-legacy/maindoc/UBL-CatalogueRequest-2.1.json",
  "description": "\n  Library:           OASIS Universal Business Language (UBL) 2.1 OS\n                     http://docs.oasis-open.org/ubl/os-UBL-2.1/\n  Release Date:      04 November 2013\n  Module:            json-schema-legacy/maindoc/UBL-CatalogueRequest-2.1.json\n  Generated on:      2021-12-15 21:55z\n  Copyright (c) OASIS Open 2016. All Rights Reserved.\n\n\n  OASIS takes no position regarding the validity or scope of any \n  intellectual property or other rights that might be claimed to pertain \n  to the implementation or use of the technology described in this \n  document or the extent to which any license under such rights \n  might or might not be available; neither does it represent that it has \n  made any effort to identify any such rights. Information on OASIS's \n  procedures with respect to rights in OASIS specifications can be \n  found at the OASIS website. Copies of claims of rights made \n  available for publication and any assurances of licenses to be made \n  available, or the result of an attempt made to obtain a general \n  license or permission for the use of such proprietary rights by \n  implementors or users of this specification, can be obtained from \n  the OASIS Executive Director.\n\n  OASIS invites any interested party to bring to its attention any \n  copyrights, patents or patent applications, or other proprietary \n  rights which may cover technology that may be required to \n  implement this specification. Please address the information to the \n  OASIS Executive Director.\n  \n  This document and translations of it may be copied and furnished to \n  others, and derivative works that comment on or otherwise explain \n  it or assist in its implementation may be prepared, copied, \n  published and distributed, in whole or in part, without restriction of \n  any kind, provided that the above copyright notice and this \n  paragraph are included on all such copies and derivative works. \n  However, this document itself may not be modified in any way, \n  such as by removing the copyright notice or references to OASIS, \n  except as needed for the purpose of developing OASIS \n  specifications, in which case the procedures for copyrights defined \n  in the OASIS Intellectual Property Rights document must be \n  followed, or as required to translate it into languages other than \n  English. \n\n  The limited permissions granted above are perpetual and will not be \n  revoked by OASIS or its successors or assigns. \n\n  This document and the information contained herein is provided on \n  an \"AS IS\" basis and OASIS DISCLAIMS ALL WARRANTIES, \n  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY \n  WARRANTY THAT THE USE OF THE INFORMATION HEREIN \n  WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED \n  WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A \n  PARTICULAR PURPOSE.    \n",
  "required": [
    "CatalogueRequest"
    ],
  "properties": {
    "_D": {
      "description": "Document ABIE XML namespace string",
      "type": "string"
      },
    "_A": {
      "description": "Library ABIE XML namespace string (for ASBIEs)",
      "type": "string"
      },
    "_B": {
      "description": "BBIE XML namespace string",
      "type": "string"
      },
    "_E": {
      "description": "Extension scaffolding XML namespace string",
      "type": "string"
      },
    "CatalogueRequest": {
      "description": "A document used to request a Catalogue.",
      "items": {
        "$ref": "#/definitions/CatalogueRequest"
        },
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
      }
    },
  "additionalProperties": false,
  "type": "object",
  "definitions": {
    "CatalogueRequest": {
      "title": "Catalogue Request. Details",
      "description": "A document used to request a Catalogue.",
      "required": [
        "ID",
        "IssueDate",
        "ReceiverParty",
        "ProviderParty"
        ],
      "properties": {

        "UBLExtensions": {
          "title": "UBLExtensions",
          "description": "An optional set of extensions to the committee model",
          "items": { 
            "$ref": "../common/UBL-CommonExtensionComponents-2.1.json#/definitions/UBLExtensions" },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },

        "UBLVersionID": {
          "title": "Catalogue Request. UBL Version Identifier. Identifier",
          "description": "Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/UBLVersionID"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "CustomizationID": {
          "title": "Catalogue Request. Customization Identifier. Identifier",
          "description": "Identifies a user-defined customization of UBL for a specific use.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/CustomizationID"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "ProfileID": {
          "title": "Catalogue Request. Profile Identifier. Identifier",
          "description": "Identifies a user-defined profile of the customization of UBL being used.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/ProfileID"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "ProfileExecutionID": {
          "title": "Catalogue Request. Profile Execution Identifier. Identifier",
          "description": "Identifies an instance of executing a profile, to associate all transactions in a collaboration.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/ProfileExecutionID"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "ID": {
          "title": "Catalogue Request. Identifier",
          "description": "An identifier for this document, assigned by the sender.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/ID"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "UUID": {
          "title": "Catalogue Request. UUID. Identifier",
          "description": "A universally unique identifier for an instance of this document.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/UUID"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "Name": {
          "title": "Catalogue Request. Name",
          "description": "Text, assigned by the sender, that identifies this document to business users.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/Name"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "IssueDate": {
          "title": "Catalogue Request. Issue Date. Date",
          "description": "The date, assigned by the sender, on which this document was issued.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/IssueDate"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "IssueTime": {
          "title": "Catalogue Request. Issue Time. Time",
          "description": "The time, assigned by the sender, at which this document was issued.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/IssueTime"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "Note": {
          "title": "Catalogue Request. Note. Text",
          "description": "Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/Note"
            },
          "minItems": 1,
          "type": "array"
          },
        "Description": {
          "title": "Catalogue Request. Description. Text",
          "description": "Textual description of the document instance.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/Description"
            },
          "minItems": 1,
          "type": "array"
          },
        "PricingUpdateRequestIndicator": {
          "title": "Catalogue Request. Pricing Update Request_ Indicator. Indicator",
          "description": "Indicates a request for a pricing update.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/PricingUpdateRequestIndicator"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "ItemUpdateRequestIndicator": {
          "title": "Catalogue Request. Item Update Request_ Indicator. Indicator",
          "description": "Indicates a request for an update of the item specifications.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/ItemUpdateRequestIndicator"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "LineCountNumeric": {
          "title": "Catalogue Request. Line Count. Numeric",
          "description": "The number of Catalogue Lines in this document.",
          "items": {
            "$ref": "../common/UBL-CommonBasicComponents-2.1.json#/definitions/LineCountNumeric"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "ValidityPeriod": {
          "title": "Catalogue Request. Validity_ Period. Period",
          "description": "The period, assigned by the Catalogue Managing party, during which the information in the Catalogue requested is to be effective. This may be given as start and end dates or a duration.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/ValidityPeriod"
            },
          "minItems": 1,
          "type": "array"
          },
        "Signature": {
          "title": "Catalogue Request. Signature",
          "description": "A signature applied to this document.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/Signature"
            },
          "minItems": 1,
          "type": "array"
          },
        "ReceiverParty": {
          "title": "Catalogue Request. Receiver_ Party. Party",
          "description": "The party receiving the Catalogue Request.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/ReceiverParty"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "ProviderParty": {
          "title": "Catalogue Request. Provider_ Party. Party",
          "description": "The party sending the Catalogue Request.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/ProviderParty"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "SellerSupplierParty": {
          "title": "Catalogue Request. Seller_ Supplier Party. Supplier Party",
          "description": "The seller.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/SellerSupplierParty"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "ContractorCustomerParty": {
          "title": "Catalogue Request. Contractor_ Customer Party. Customer Party",
          "description": "The customer party responsible for the contracts with which the Catalogue is associated.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/ContractorCustomerParty"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "RequestedCatalogueReference": {
          "title": "Catalogue Request. Requested_ Catalogue Reference. Catalogue Reference",
          "description": "A reference to a specific Catalogue; used if the Catalogue Request is for an update.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/RequestedCatalogueReference"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "ReferencedContract": {
          "title": "Catalogue Request. Referenced_ Contract. Contract",
          "description": "A contract or framework agreement with which the Catalogue being requested is associated.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/ReferencedContract"
            },
          "minItems": 1,
          "type": "array"
          },
        "TradingTerms": {
          "title": "Catalogue Request. Trading Terms",
          "description": "The trading terms associated with the requested Catalogue.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/TradingTerms"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "DocumentReference": {
          "title": "Catalogue Request. Document Reference",
          "description": "A reference to another document associated with this document.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/DocumentReference"
            },
          "minItems": 1,
          "type": "array"
          },
        "ApplicableTerritoryAddress": {
          "title": "Catalogue Request. Applicable Territory_ Address. Address",
          "description": "A reference to a territory (region, country, city, etc.) to which the requested Catalogue will apply, expressed as an Address.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/ApplicableTerritoryAddress"
            },
          "minItems": 1,
          "type": "array"
          },
        "RequestedLanguage": {
          "title": "Catalogue Request. Requested_ Language. Language",
          "description": "The language in which the Catalogue is requested to be provided.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/RequestedLanguage"
            },
          "maxItems": 1,
          "minItems": 1,
          "type": "array"
          },
        "RequestedClassificationScheme": {
          "title": "Catalogue Request. Requested_ Classification Scheme. Classification Scheme",
          "description": "A requested classification scheme for the requested Catalogue.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/RequestedClassificationScheme"
            },
          "minItems": 1,
          "type": "array"
          },
        "CatalogueRequestLine": {
          "title": "Catalogue Request. Catalogue Request Line",
          "description": "An association to specific Catalogue Lines for the catalogue requested.",
          "items": {
            "$ref": "../common/UBL-CommonAggregateComponents-2.1.json#/definitions/CatalogueRequestLine"
            },
          "minItems": 1,
          "type": "array"
          }
        },
      "additionalProperties": false,
      "type": "object"
      }
    }
  }
