cac:ClassificationScheme
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:ClassificationSchemeType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] An identifier for the classification scheme.
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:LastRevisionDate [0..1] The date at which the classification scheme was last revised.
- cbc:LastRevisionTime [0..1] The time at which the classification scheme was last revised.
- cbc:Note [0..1] Free-form text applying to the Classification Scheme. This element may contain notes or any other similar information that is not contained explicitly in another structure.
- cbc:Name [0..1] The name of the Classification Scheme.
- cbc:Description [0..*] A description of the Classification Scheme.
- cbc:AgencyID [0..1] Identifies the agency that maintains the Classification Scheme.
- cbc:AgencyName [0..1] The name of the agency that maintains the Classification Scheme.
- cbc:VersionID [0..1] Identifies the version of the Classification Scheme.
- cbc:URI [0..1] The Uniform Resource Identifier (URI) that identifies where the Classification is located.
- cbc:SchemeURI [0..1] The Uniform Resource Identifier (URI) that identifies where the Classification Scheme is located.
- cbc:LanguageID [0..1] Identifies the language of the Classification Scheme.
- cac:ClassificationCategory [1..*] An association to Classification Category.
Attributes
None
Sample instance
<cac:ClassificationScheme> <cbc:ID>normalizedString</cbc:ID> <cbc:UUID>normalizedString</cbc:UUID> <cbc:LastRevisionDate>2000-01-01</cbc:LastRevisionDate> <cbc:LastRevisionTime>12:00:00</cbc:LastRevisionTime> <cbc:Note>string</cbc:Note> <cbc:Name>string</cbc:Name> <cbc:Description>string</cbc:Description> <cbc:AgencyID>normalizedString</cbc:AgencyID> <cbc:AgencyName>string</cbc:AgencyName> <cbc:VersionID>normalizedString</cbc:VersionID> <cbc:URI>normalizedString</cbc:URI> <cbc:SchemeURI>normalizedString</cbc:SchemeURI> <cbc:LanguageID>normalizedString</cbc:LanguageID> <cac:ClassificationCategory> <cbc:Name>string</cbc:Name> <cbc:CodeValue>string</cbc:CodeValue> <cbc:Description>string</cbc:Description> <cac:CategorizesClassificationCategory> <cbc:Name>string</cbc:Name> <cbc:CodeValue>string</cbc:CodeValue> <cbc:Description>string</cbc:Description> <cac:CategorizesClassificationCategory>... </cac:CategorizesClassificationCategory> </cac:CategorizesClassificationCategory> </cac:ClassificationCategory> </cac:ClassificationScheme>