Showing:

Diagrams
Facets
Model
Properties
Source
Used by
Element PaymentCardRecord / PrimaryAccountNumber
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="PrimaryAccountNumber" type="NormalTextType"/>
Element PaymentCardRecord / NetworkID
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element minOccurs="0" name="NetworkID" type="ShortTextType"/>
Element PaymentCardRecord / CardHolderName
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="CardHolderName" type="NormalTextType"/>
Complex Type PaymentCardRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_PaymentCardRecord.tmp#PaymentCardRecord_PrimaryAccountNumbere-document-3_1_10_xsd_Complex_Type_PaymentCardRecord.tmp#PaymentCardRecord_NetworkIDe-document-3_1_10_xsd_Complex_Type_PaymentCardRecord.tmp#PaymentCardRecord_CardHolderName
Used by
Model
Children CardHolderName, NetworkID, PrimaryAccountNumber
Source
<xs:complexType name="PaymentCardRecord">
  <xs:all>
    <xs:element minOccurs="0" name="PrimaryAccountNumber" type="NormalTextType"/>
    <xs:element minOccurs="0" name="NetworkID" type="ShortTextType"/>
    <xs:element minOccurs="0" name="CardHolderName" type="NormalTextType"/>
  </xs:all>
</xs:complexType>