scr:OrganizationAugmentation
Additional information about an organization.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:OrganizationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:OrganizationType
Content
- Sequence [1..1]
- scr:CriminalAffiliationIndicator [0..*] An indicator specifying whether or not an ORGANIZATION is suspected of illegal activities.
- scr:FraudulentIndicator [0..*] A indicator indicating whether the ORGANIZATION is fraudulent.
- scr:GrossAnnualIncomeAmount [0..*] The amount of money (dollars) earned by the ORGANIZATION each year.
- scr:OrganizationIncorporationDate [0..*] The date on which the ORGANIZATION was formed into a legal corporation.
- scr:OrganizationSizeQuantity [0..*] The quantity of people belonging to the ORGANIZATION.
- scr:SuspiciousIndicator [0..*] A indicator indicating whether the ORGANIZATION is questionable.
- scr:OrganizationNameEffectiveDate [0..*] The date the ORGANIZATION NAME became effective.
- scr:OrganizationNameIdentification [0..*] The identifier of the name of the ORGANIZATION.
- scr:OrganizationNameTerminationDate [0..*] The date the ORGANIZATION NAME became invalid.
- scr:OrganizationStatusClassificationCategoryCode [0..*] A kind of organization status.
- scr:OrganizationClassificationCategoryCode [0..*] A kind of organization.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:OrganizationAugmentation
Sample instance
<scr:OrganizationAugmentation> <scr:CriminalAffiliationIndicator>true</scr:CriminalAffiliationIndicator> <scr:FraudulentIndicator>true</scr:FraudulentIndicator> <scr:GrossAnnualIncomeAmount>1.0</scr:GrossAnnualIncomeAmount> <scr:OrganizationIncorporationDate> <nc:Date>2000-01-01</nc:Date> </scr:OrganizationIncorporationDate> <scr:OrganizationSizeQuantity>1.0</scr:OrganizationSizeQuantity> <scr:SuspiciousIndicator>true</scr:SuspiciousIndicator> <scr:OrganizationNameEffectiveDate> <nc:Date>2000-01-01</nc:Date> </scr:OrganizationNameEffectiveDate> <scr:OrganizationNameIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <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> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:OrganizationNameIdentification> <scr:OrganizationNameTerminationDate> <nc:Date>2000-01-01</nc:Date> </scr:OrganizationNameTerminationDate> <scr:OrganizationStatusClassificationCategoryCode>Bankruptcy</scr:OrganizationStatusClassificationCategoryCode> <scr:OrganizationClassificationCategoryCode>Business</scr:OrganizationClassificationCategoryCode> </scr:OrganizationAugmentation>