it:Invoice
Non-negotiable commercial instrument issued by a seller to a buyer.
Element information
Namespace: http://niem.gov/niem/domains/internationalTrade/2.1
Schema document: domains/internationalTrade/2.1/internationalTrade.xsd
Type: it:InvoiceType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- it:InvoiceCategoryText [0..*] Code specifying the type of an invoice.
- it:InvoiceNumber [0..*] The reference number to identify an invoice.
- it:InvoiceDate [0..*] Date of issue of an invoice.
- it:InvoiceSequenceNumber [0..*] Number indicating the position in a sequence.
- it:InvoiceLine [0..*] To identify a line of a document.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type it:GoodsShipmentType (Element it:GoodsShipment)
Sample instance
<it:Invoice> <it:InvoiceCategoryText>string</it:InvoiceCategoryText> <it:InvoiceNumber> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </it:InvoiceNumber> <it:InvoiceDate> <nc:Date>2000-01-01</nc:Date> </it:InvoiceDate> <it:InvoiceSequenceNumber>1.0</it:InvoiceSequenceNumber> <it:InvoiceLine> <it:LineCommodity> <nc:ItemName>string</nc:ItemName> <nc:ItemActionText>string</nc:ItemActionText> <nc:ItemBarCodeIdentification>... </nc:ItemBarCodeIdentification> <nc:ItemConditionText>string</nc:ItemConditionText> <nc:ItemDealerIdentification>... </nc:ItemDealerIdentification> <nc:ItemDescriptionText>string</nc:ItemDescriptionText> <nc:ItemDisposition>... </nc:ItemDisposition> <nc:ItemOtherIdentification>... </nc:ItemOtherIdentification> <nc:ItemOwner>... </nc:ItemOwner> <nc:ItemOwnerAppliedID>string</nc:ItemOwnerAppliedID> <nc:ItemOwnerPurchasedValue>... </nc:ItemOwnerPurchasedValue> <nc:ItemPossessionDescriptionText>string</nc:ItemPossessionDescriptionText> <nc:ItemPossessor>... </nc:ItemPossessor> <nc:ItemReceiptIdentification>... </nc:ItemReceiptIdentification> <nc:ItemRFIdentification>... </nc:ItemRFIdentification> <nc:ItemSerialIdentification>... </nc:ItemSerialIdentification> <nc:ItemStateIdentification>... </nc:ItemStateIdentification> <nc:ItemStatus>... </nc:ItemStatus> <nc:ItemUsageText>string</nc:ItemUsageText> <nc:ItemValue>... </nc:ItemValue> <nc:ItemVisibleID>string</nc:ItemVisibleID> <nc:WeaponIndicator>true</nc:WeaponIndicator> <nc:WeaponUsageIndicator>true</nc:WeaponUsageIndicator> <nc:ItemAgeMeasure>... </nc:ItemAgeMeasure> <nc:ItemBinary>... </nc:ItemBinary> <nc:ItemBrandName>string</nc:ItemBrandName> <nc:ItemCategoryText>string</nc:ItemCategoryText> <nc:ConveyanceColorPrimaryText>string</nc:ConveyanceColorPrimaryText> <nc:ItemHeightMeasure>... </nc:ItemHeightMeasure> <nc:ItemImage>... </nc:ItemImage> <nc:ItemLengthMeasure>... </nc:ItemLengthMeasure> <nc:ItemMakeName>string</nc:ItemMakeName> <nc:ItemModelName>string</nc:ItemModelName> <nc:ItemModelYearDate>1999</nc:ItemModelYearDate> <nc:ItemQuantity>1.0</nc:ItemQuantity> <nc:ItemSizeDescriptionText>string</nc:ItemSizeDescriptionText> <nc:PropertyStyleText>string</nc:PropertyStyleText> <nc:ItemWeightMeasure>... </nc:ItemWeightMeasure> <nc:ItemWidthMeasure>... </nc:ItemWidthMeasure> <it:CommodityCategoryText>string</it:CommodityCategoryText> <it:CommodityGoodsDescriptionText>string</it:CommodityGoodsDescriptionText> <it:CommodityUNDGIdentificationText>string</it:CommodityUNDGIdentificationText> <it:GoodsGeneticModificationIndicator>true</it:GoodsGeneticModificationIndicator> <it:GoodsIngredientsDescriptionText>string</it:GoodsIngredientsDescriptionText> <it:GoodsModelNumberText>string</it:GoodsModelNumberText> <it:GoodsBrandNameText>string</it:GoodsBrandNameText> <it:GoodsTariffCodeExtensionsText>string</it:GoodsTariffCodeExtensionsText> <it:GoodsGradingClassificationText>string</it:GoodsGradingClassificationText> <it:CommodityHTSCodeText>string</it:CommodityHTSCodeText> </it:LineCommodity> <it:InvoiceLineNumber>1.0</it:InvoiceLineNumber> <it:ItemAmount>1.0</it:ItemAmount> </it:InvoiceLine> </it:Invoice>