<xsd:element name="PaymentCondition" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Structured" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PaymentMode" type="xsd:string" />
<xsd:element name="PaymentTimeAllowed" type="xsd:decimal" />
<xsd:element name="PaymentEvent" type="xsd:string" />
<xsd:element name="PaymentDay" type="xsd:decimal" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Description" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|