j:Organization
Applied augmentation for type nc:OrganizationType
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: lexs.gov/niem/domains/jxdm/4.1/jxdm.xsd
Type: j:OrganizationType
Properties: Global, Qualified, Nillable
NIEM Properties:
- Base: nc:Organization
Content
- Sequence [1..1]
- nc:OrganizationAbbreviationText [0..1]An abbreviation, acronym, or code for an organization name.
- Choice [0..1]
- lexsdigest:OrganizationCategoryCodeA kind of organization.
- nc:OrganizationCategoryTextA kind or functional type of organization.
from subst. group nc:OrganizationCategory - nc:OrganizationDescriptionText [0..1]A description of an organization
- nc:OrganizationEstablishedDate [0..1]A date an organization was started.
- nc:OrganizationName [0..*]A name of an organization.
- nc:OrganizationTaxIdentification [0..1]A tax identification assigned to an organization.
- nc:OrganizationTerminationDate [0..1]A date an organization went out of business.
- j:OrganizationAugmentation [0..1]Additional information about an organization.
from type nc:OrganizationType
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
- NIEM reference target from lexsdigest:PawnShopReference
- NIEM reference target from lexsdigest:TaskForceReference
- NIEM reference target from fs:GangOrganizationReference
- NIEM reference target from m:WatchListOrganizationReference
- NIEM reference target from nc:EntityOrganizationReference
- NIEM reference target from nc:OrganizationReference
- NIEM reference target from nc:OrganizationUnitReference
- NIEM reference target from nc:RoleOfOrganizationReference
- Type lexsdigest:EntityOrganizationType (Element lexsdigest:EntityOrganization)
Substitution hierarchy
- nc:Organization
- j:Organization
Sample instance
<j:Organization s:id="Org2" s:metadata="MOrg2"> <nc:OrganizationAbbreviationText>ABCI</nc:OrganizationAbbreviationText> <nc:OrganizationCategoryText>Insurance Agency</nc:OrganizationCategoryText> <nc:OrganizationDescriptionText>Franchised insurance company</nc:OrganizationDescriptionText> <nc:OrganizationEstablishedDate> <nc:Year>1940</nc:Year> </nc:OrganizationEstablishedDate> <nc:OrganizationName>ABC Insurance</nc:OrganizationName> <nc:OrganizationTaxIdentification> <nc:IdentificationID>ABC123</nc:IdentificationID> <nc:IdentificationCategoryText>identification category</nc:IdentificationCategoryText> <nc:IdentificationEffectiveDate> <nc:Date>1967-08-13</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>1968-08-13</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionText>United States</nc:IdentificationJurisdictionText> <nc:IdentificationSourceText>some source</nc:IdentificationSourceText> <nc:IdentificationStatus> <nc:StatusDate> <nc:Date>1967-08-13</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>Valid</nc:StatusDescriptionText> <nc:StatusIssuerText>IRS</nc:StatusIssuerText> </nc:IdentificationStatus> </nc:OrganizationTaxIdentification> <nc:OrganizationTerminationDate> <nc:Date>1992-04-01</nc:Date> </nc:OrganizationTerminationDate> </j:Organization>