Skip to content

Commit ade19cc

Browse files
Declation error fix
1 parent a573eb9 commit ade19cc

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

structure/namespace/ubl-cac.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,6 +1638,7 @@
16381638
<Ref card="0..n">cac:TransportHandlingUnit</Ref>
16391639
<Ref card="0..1">cac:FirstArrivalPortLocation</Ref>
16401640
<Ref card="0..1">cac:LastExitPortLocation</Ref>
1641+
<Ref card="0..1"> cac:OfficeOfEntryLocation</Ref>
16411642
</Element>
16421643
<Element name="ConsignorParty">
16431644
<Ref card="0..1">cbc:MarkCareIndicator</Ref>
@@ -2321,7 +2322,32 @@
23212322
</Element>
23222323
<Element name="CustomsDeclaration">
23232324
<Ref card="1..1">cbc:ID</Ref>
2325+
<Ref card="0..1">cbc:FunctionCode</Ref>
23242326
<Ref card="0..1">cac:IssuerParty</Ref>
2327+
<Ref card="0..1">cac:CustomsParty</Ref>
2328+
</Element>
2329+
<Element name="CustomsParty">
2330+
<Ref card="0..1">cbc:MarkCareIndicator</Ref>
2331+
<Ref card="0..1">cbc:MarkAttentionIndicator</Ref>
2332+
<Ref card="0..1">cbc:WebsiteURI</Ref>
2333+
<Ref card="0..1">cbc:LogoReferenceID</Ref>
2334+
<Ref card="0..1">cbc:EndpointID</Ref>
2335+
<Ref card="0..1">cbc:IndustryClassificationCode</Ref>
2336+
<Ref card="0..n">cac:PartyIdentification</Ref>
2337+
<Ref card="0..n">cac:PartyName</Ref>
2338+
<Ref card="0..1">cac:Language</Ref>
2339+
<Ref card="0..1">cac:PostalAddress</Ref>
2340+
<Ref card="0..1">cac:PhysicalLocation</Ref>
2341+
<Ref card="0..n">cac:PartyTaxScheme</Ref>
2342+
<Ref card="0..n">cac:PartyLegalEntity</Ref>
2343+
<Ref card="0..1">cac:Contact</Ref>
2344+
<Ref card="0..n">cac:Person</Ref>
2345+
<Ref card="0..1">cac:AgentParty</Ref>
2346+
<Ref card="0..n">cac:ServiceProviderParty</Ref>
2347+
<Ref card="0..n">cac:PowerOfAttorney</Ref>
2348+
<Ref card="0..1">cac:FinancialAccount</Ref>
2349+
<Ref card="0..n">cac:AdditionalWebSite</Ref>
2350+
<Ref card="0..n">cac:SocialMediaProfile</Ref>
23252351
</Element>
23262352
<Element name="DebitNoteDocumentReference">
23272353
<Ref card="1..1">cbc:ID</Ref>
@@ -5248,6 +5274,20 @@
52485274
<Ref card="0..n">cac:AllowanceCharge</Ref>
52495275
<Ref card="0..1">cac:DependentPriceReference</Ref>
52505276
</Element>
5277+
<Element name="OfficeOfEntryLocation">
5278+
<Ref card="0..1">cbc:ID</Ref>
5279+
<Ref card="0..n">cbc:Description</Ref>
5280+
<Ref card="0..n">cbc:Conditions</Ref>
5281+
<Ref card="0..1">cbc:CountrySubentity</Ref>
5282+
<Ref card="0..1">cbc:CountrySubentityCode</Ref>
5283+
<Ref card="0..1">cbc:LocationTypeCode</Ref>
5284+
<Ref card="0..1">cbc:InformationURI</Ref>
5285+
<Ref card="0..1">cbc:Name</Ref>
5286+
<Ref card="0..n">cac:ValidityPeriod</Ref>
5287+
<Ref card="0..1">cac:Address</Ref>
5288+
<Ref card="0..n">cac:SubsidiaryLocation</Ref>
5289+
<Ref card="0..n">cac:LocationCoordinate</Ref>
5290+
</Element>
52515291
<Element name="OnAccountPayment">
52525292
<Ref card="1..1">cbc:EstimatedConsumedQuantity</Ref>
52535293
<Ref card="0..n">cbc:Note</Ref>

structure/namespace/ubl-cbc.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,9 @@
885885
<Element name="FullyPaidSharesIndicator">
886886
<DataType>udt:IndicatorType</DataType>
887887
</Element>
888+
<Element name="FunctionCode">
889+
<DataType>udt:CodeType</DataType>
890+
</Element>
888891
<Element name="FundingProgram">
889892
<DataType>udt:TextType</DataType>
890893
</Element>

0 commit comments

Comments
 (0)