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