Schema Central  >  LEXS 4.0  >  lexs-digest.xsd  >  lexsdigest:CreditCard
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

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>