Definition Type: ComplexType
Name: AbstractEventRequireId
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract True
Documentation:
An abstract base type for all loan business events.
Collapse XSD Schema Diagram:
Drilldown into eventIdentifier in schema fpml-loan-5-10_xsdXSD Diagram of AbstractEventRequireId in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AbstractEventRequireId" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An abstract base type for all loan business events.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="eventIdentifier" type="BusinessEventIdentifier" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
eventIdentifier nsA:eventIdentifier (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:AbstractLoanEvent