Definition Type: ComplexType
Name: PaymentMeansType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatecorecomponentSchemaModule/0.1
Containing Schema: ReusableAggregateCoreComponent.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Card in schema reusableaggregatecorecomponent_xsd Drilldown into Payment in schema reusableaggregatecorecomponent_xsd Drilldown into Account in schema reusableaggregatecorecomponent_xsd Drilldown into TypeCode in schema reusableaggregatecorecomponent_xsd Drilldown into PaymentChannelCode in schema reusableaggregatecorecomponent_xsdXSD Diagram of PaymentMeansType in schema reusableaggregatecorecomponent_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="rcm:AccountType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Payment" type="rcm:PaymentType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Card" type="rcm:CardType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentChannelCode rcm:PaymentChannelCode 0 (1)
TypeCode rcm:TypeCode 0 unbounded
Account rcm:Account 0 unbounded
Payment rcm:Payment 0 unbounded
Card rcm:Card 0 unbounded
Collapse Derivation Tree:
Collapse References:
rcm:PaymentMeans, rcm:PaymentMeans