cac:BusinessClassificationScheme
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:ClassificationSchemeType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1]An identifier for this classification scheme.
- cbc:UUID [0..1]A universally unique identifier for this classification scheme.
- cbc:LastRevisionDate [0..1]The date on which this classification scheme was last revised.
- cbc:LastRevisionTime [0..1]The time at which this classification scheme was last revised.
- cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
- cbc:Name [0..1]The name of this classification scheme.
- cbc:Description [0..*]Text describing this classification scheme.
- cbc:AgencyID [0..1]An identifier for the agency that maintains this classification scheme.
- cbc:AgencyName [0..1]The name of the agency that maintains the classification scheme.
- cbc:VersionID [0..1]An identifier for the version of this classification scheme.
- cbc:URI [0..1]The Uniform Resource Identifier (URI) of the documentation for this classification scheme.
- cbc:SchemeURI [0..1]The Uniform Resource Identifier (URI) of this classification scheme.
- cbc:LanguageID [0..1]An identifier for the language of this classification scheme.
- cac:ClassificationCategory [1..*]A description of a category within this classification scheme.
Attributes
None
Used in
- Type cac:QualifyingPartyType (Elements cac:AdditionalQualifyingParty, cac:MainQualifyingParty, cac:QualifyingParty)
Sample instance
(Auto-generated)
<cac:BusinessClassificationScheme>
<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:BusinessClassificationScheme>


