scr:TelephoneNumberAugmentation
Additional information about a telephone number.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:TelephoneNumberAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:TelephoneNumberType
Content
- Sequence [1..1]
- scr:TelephoneIdentification [0..*] An identifier that represents a PHONE
- scr:InternationalNumberIndicator [0..*] An indicator indicating whether the number for the PHONE is an international number.
- scr:TelephoneNumberEndDate [0..*] The date on which the PHONE is no longer in service.
- scr:TelephoneNumberEffectiveDate [0..*] The date on which the PHONE came into service.
- scr:TelephoneCategoryCode [0..*] A kind of phone.
- scr:TelephoneCategoryDescriptionText [0..*] A description of a kind of phone.
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:TelephoneNumberAugmentation
Sample instance
<scr:TelephoneNumberAugmentation> <scr:TelephoneIdentification> <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:TelephoneIdentification> <scr:InternationalNumberIndicator>true</scr:InternationalNumberIndicator> <scr:TelephoneNumberEndDate> <nc:Date>2000-01-01</nc:Date> </scr:TelephoneNumberEndDate> <scr:TelephoneNumberEffectiveDate> <nc:Date>2000-01-01</nc:Date> </scr:TelephoneNumberEffectiveDate> <scr:TelephoneCategoryCode>B</scr:TelephoneCategoryCode> <scr:TelephoneCategoryDescriptionText>string</scr:TelephoneCategoryDescriptionText> </scr:TelephoneNumberAugmentation>