<xsd:complexType name="AllocationReportingStatus">
<xsd:annotation>
<xsd:documentation xml:lang="en">Code that describes what type of allocation applies to the trade. Options include Unallocated, PreAllocation, PostAllocation.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="allocationReportingStatusScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/allocation-reporting-status" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|