lexsdigest:CreditCard
A financial instrument that entitles the holder to buy goods and services based on the holder's promise to pay for these goods and services. A credit card is usually represented by a small plastic card although it can exist as an account number only, such as are used for on-line transactions.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-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:ItemStatus [0..1]A status of an item.
- nc:ItemValue [0..1]An evaluation of the monetary worth of an item.
- lexsdigest:CreditCardCategoryText [0..1]A kind of credit card. 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 organization that issues the credit card.
- lexsdigest:CreditCardNumberText [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 | 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 nc:ContainerReference
- NIEM reference target from nc:ConveyedItemReference
- NIEM reference target from nc:ItemReference
- NIEM reference target from nc:RoleOfItemReference
- Type lexsdigest:EntityCreditCardType (Element lexsdigest:EntityCreditCard)
Sample instance
<lexsdigest:CreditCard s:id="CreditCard1" s:metadata="MCreditCard1"> <nc:ItemDescriptionText>fraudulant credit card</nc:ItemDescriptionText> <nc:ItemSerialIdentification> <nc:IdentificationCategoryText>Delta SkyMiles card</nc:IdentificationCategoryText> </nc:ItemSerialIdentification> <nc:ItemStatus> <nc:StatusDescriptionText>confiscated</nc:StatusDescriptionText> </nc:ItemStatus> <nc:ItemValue> <nc:ItemValueAmount nc:currencyText="US Dollars">100</nc:ItemValueAmount> <nc:ItemValueDate> <nc:Date>2001-08-13</nc:Date> </nc:ItemValueDate> <nc:ItemValueDescriptionText>Cost to owner based on limit agreement</nc:ItemValueDescriptionText> </nc:ItemValue> <lexsdigest:CreditCardCategoryText>American Express</lexsdigest:CreditCardCategoryText> <lexsdigest:CreditCardExpirationDate> <nc:YearMonth>2014-01</nc:YearMonth> <nc:DateAccuracyCode>Exact</nc:DateAccuracyCode> </lexsdigest:CreditCardExpirationDate> <lexsdigest:CreditCardIssuerOrganizationName>American Express</lexsdigest:CreditCardIssuerOrganizationName> <lexsdigest:CreditCardNumberText>3123 098988 30300</lexsdigest:CreditCardNumberText> <lexsdigest:CreditCardOwnerName>Peggy Jayne Dough</lexsdigest:CreditCardOwnerName> </lexsdigest:CreditCard>