cac:DeletedCatalogueReference
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:CatalogueReferenceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] An identifier for a specific catalogue.
- cbc:UUID [0..1] A universally unique identifier for a specific catalogue.
- cbc:IssueDate [0..1] The date on which the catalogue was issued.
- cbc:IssueTime [0..1] The time at which the catalogue was issued.
- cbc:RevisionDate [0..1] The date on which the information in the catalogue was last revised.
- cbc:RevisionTime [0..1] The time at which the information in the catalogue was last revised.
- cbc:Note [0..*] Free-form text conveying information that is not contained explicitly in other structures.
- cbc:Description [0..*] Text describing the catalogue.
- cbc:VersionID [0..1] An identifier for the current version of the catalogue.
- cbc:PreviousVersionID [0..1] An identifier for the previous version of the catalogue that is superseded by this version.
Attributes
None
Used in
- Type CatalogueDeletionType (Element CatalogueDeletion)
Sample instance
<cac:DeletedCatalogueReference> <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:DeletedCatalogueReference>