cac:ProjectReference
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:ProjectReferenceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1]An identifier for the referenced project.
- cbc:UUID [0..1]A universally unique identifier for the referenced project.
- cbc:IssueDate [0..1]The date on which the referenced project was issued.
- cac:WorkPhaseReference [0..*]A specific phase of work in the referenced project.
Attributes
None
Used in
- Type CreditNoteType (Element CreditNote)
- Type FreightInvoiceType (Element FreightInvoice)
- Type InvoiceType (Element Invoice)
- Type OrderType (Element Order)
- Type SelfBilledCreditNoteType (Element SelfBilledCreditNote)
- Type SelfBilledInvoiceType (Element SelfBilledInvoice)
Sample instance
(Auto-generated)
<cac:ProjectReference>
<cbc:ID>normalizedString</cbc:ID>
<cbc:UUID>normalizedString</cbc:UUID>
<cbc:IssueDate>2000-01-01</cbc:IssueDate>
<cac:WorkPhaseReference>
<cbc:ID>normalizedString</cbc:ID>
<cbc:WorkPhaseCode>normalizedString</cbc:WorkPhaseCode>
<cbc:WorkPhase>string</cbc:WorkPhase>
<cbc:ProgressPercent>1.0</cbc:ProgressPercent>
<cbc:StartDate>2000-01-01</cbc:StartDate>
<cbc:EndDate>2000-01-01</cbc:EndDate>
<cac:WorkOrderDocumentReference>
<cbc:ID>normalizedString</cbc:ID>
<cbc:CopyIndicator>true</cbc:CopyIndicator>
<cbc:UUID>normalizedString</cbc:UUID>
<cbc:IssueDate>2000-01-01</cbc:IssueDate>
<cbc:IssueTime>12:00:00</cbc:IssueTime>
<cbc:DocumentTypeCode>normalizedString</cbc:DocumentTypeCode>
<cbc:DocumentType>string</cbc:DocumentType>
<cbc:XPath>string</cbc:XPath>
<cbc:LanguageID>normalizedString</cbc:LanguageID>
<cbc:LocaleCode>normalizedString</cbc:LocaleCode>
<cbc:VersionID>normalizedString</cbc:VersionID>
<cbc:DocumentStatusCode>normalizedString</cbc:DocumentStatusCode>
<cbc:DocumentDescription>string</cbc:DocumentDescription>
<cac:Attachment>...
</cac:Attachment>
<cac:ValidityPeriod>...
</cac:ValidityPeriod>
<cac:IssuerParty>...
</cac:IssuerParty>
<cac:ResultOfVerification>...
</cac:ResultOfVerification>
</cac:WorkOrderDocumentReference>
</cac:WorkPhaseReference>
</cac:ProjectReference>


