lexsdigest:CreditCard
A credit card.
Element information
Namespace: http://usdoj.gov/leisp/lexs/digest/3.1
Schema document: digest/3.1/digest.xsd
Type: lexsdigest:CreditCardType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:ItemDescriptionText [0..1]A description of an item.
- nc:ItemSerialIdentification [0..1]An identification inscribed on or attached to a part, collection of parts, or complete unit by the manufacturer.
- nc:ItemValue [0..1]An evaluation of the monetary worth of an item.
- lexsdigest:CreditCardCategoryText [0..1]A credit card category. For example: Visa, MasterCard, American Express, etc.
- lexsdigest:CreditCardExpirationDate [0..1]A date the credit card expires.
- lexsdigest:CreditCardIssuerOrganizationName [0..1]A name of the credit card issuing organization.
- lexsdigest:CreditCardNumber [0..1]A credit card number.
- lexsdigest:CreditCardOwnerName [0..1]A name of the credit card owner as it appears on the card.
from type nc:ItemTypefrom subst. group lexsdigest:CreditCardCategory
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | The id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes. | from type s:ComplexObjectType |
s:metadata | [0..1] | xsd:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:ComplexObjectType |
s:linkMetadata | [0..1] | xsd:IDREFS | The linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object. | from type s:ComplexObjectType |
Used in
- NIEM reference target from nc:ContainerReference
- NIEM reference target from nc:ConveyedItemReference
- NIEM reference target from nc:ItemReference
- NIEM reference target from nc:RoleOfItemReference
- NIEM reference target from lexslib:ObjectReference
- NIEM reference target from lexslib:PayloadObjectReference
- NIEM reference target from lexslib:SameAsDigestReference
- Type lexsdigest:EntityCreditCardType (Element lexsdigest:EntityCreditCard)
Sample instance
<lexsdigest:CreditCard s:id="CreditCard1"> <lexsdigest:CreditCardCategoryText>VISA</lexsdigest:CreditCardCategoryText> <lexsdigest:CreditCardExpirationDate> <nc:YearMonth>1967-08</nc:YearMonth> </lexsdigest:CreditCardExpirationDate> <lexsdigest:CreditCardIssuerOrganizationName>Bank of America</lexsdigest:CreditCardIssuerOrganizationName> <lexsdigest:CreditCardNumber/> <lexsdigest:CreditCardOwnerName>John M. Doe</lexsdigest:CreditCardOwnerName> </lexsdigest:CreditCard>