cac:CatalogueReference
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:CatalogueReferenceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] Identifies a reference to a Catalogue document.
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:IssueDate [0..1] The date when the Catalogue was issued.
- cbc:IssueTime [0..1] The time when the Catalogue was issued.
- cbc:RevisionDate [0..1] The date on which the information in the Catalogue was revised.
- cbc:RevisionTime [0..1] The time at which the information in the Catalogue was revised.
- cbc:Note [0..*] A free-text note about the Catalogue. This is used for information which is only human readable.
- cbc:Description [0..*] A description of the Catalogue.
- cbc:VersionID [0..1] Indicates the current version of the Catalogue.
- cbc:PreviousVersionID [0..1] Indicates the previous version (the version superseded by this Catalogue).
Attributes
None
Sample instance
<cac:CatalogueReference> <cbc:ID>normalizedString</cbc:ID> <cbc:UUID>normalizedString</cbc:UUID> <cbc:IssueDate>2000-01-01</cbc:IssueDate> <cbc:IssueTime>12:00:00</cbc:IssueTime> <cbc:RevisionDate>2000-01-01</cbc:RevisionDate> <cbc:RevisionTime>12:00:00</cbc:RevisionTime> <cbc:Note>string</cbc:Note> <cbc:Description>string</cbc:Description> <cbc:VersionID>normalizedString</cbc:VersionID> <cbc:PreviousVersionID>normalizedString</cbc:PreviousVersionID> </cac:CatalogueReference>