Definition Type: ComplexType
Name: PaymentMeansType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatebusinessinformationentity/0.1
Containing Schema: ReusableAggregateBusinessInformationEntity.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Card in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Payment in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Account in schema reusableaggregatebusinessinformationentity_xsd Drilldown into TypeCode in schema reusableaggregatebusinessinformationentity_xsd Drilldown into PaymentChannelCode in schema reusableaggregatebusinessinformationentity_xsdXSD Diagram of PaymentMeansType in schema reusableaggregatebusinessinformationentity_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentMeansType">
    <xsd:sequence>
        <xsd:element name="PaymentChannelCode" type="udt:CodeType" minOccurs="0" />
        <xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Account" type="ram:AccountType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Payment" type="ram:PaymentType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Card" type="ram:CardType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentChannelCode ram:PaymentChannelCode 0 (1)
TypeCode ram:TypeCode 0 unbounded
Account ram:Account 0 unbounded
Payment ram:Payment 0 unbounded
Card ram:Card 0 unbounded
Collapse Derivation Tree:
Collapse References:
ram:PaymentMeans