it:Agent
The data type for additional information about a party authorized to act on behalf of another person, organization or thing.
Element information
Namespace: http://niem.gov/niem/domains/internationalTrade/2.1
Schema document: domains/internationalTrade/2.1/internationalTrade.xsd
Type: it:AgentType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- it:AgentIdentification [0..*] A data type for a representation of an identity.
- it:AgentQualityAssuranceIndicator [0..*] The indicator to show where quality assurance level of the agent should be used.
- it:AgentStatusCodeText [0..*] A code specifying the capacity in which agent is acting
- it:AgentStatusText [0..*] The capacity in which the agent is acting.
- it:AgentAuthorizationCodeText [0..*] A code categorizing the identification of a party to act on behalf of another party.
- it:RoleOfPartyReference [0..*] The data type identifying the role of the Organization, Person or Thing associated with processing a Cargo entry.
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:DeclarationType (Element it:Declaration)
Sample instance
<it:Agent> <it:AgentIdentification> <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:AgentIdentification> <it:AgentQualityAssuranceIndicator>true</it:AgentQualityAssuranceIndicator> <it:AgentStatusCodeText>string</it:AgentStatusCodeText> <it:AgentStatusText>string</it:AgentStatusText> <it:AgentAuthorizationCodeText> <it:RoleOfPartyCategoryCode>Exporter</it:RoleOfPartyCategoryCode> <it:RoleOfPartyCategoryDescriptionText>string</it:RoleOfPartyCategoryDescriptionText> <it:PartyID> <it:PartyIdentification>... </it:PartyIdentification> <it:PartyIDCodeDescriptionText>string</it:PartyIDCodeDescriptionText> </it:PartyID> </it:AgentAuthorizationCodeText> <it:RoleOfPartyReference/> </it:Agent>