<xs:complexType name="Sales">
<xs:sequence>
<xs:element name="RecordingDate" type="record:RecordingDate" minOccurs="0" />
<xs:element name="Price" type="commons:SecureMoney" minOccurs="0" />
<xs:element name="Buyers" type="record:Buyers" minOccurs="0" />
<xs:element name="Sellers" type="record:Sellers" minOccurs="0" />
<xs:element name="DocumentType" type="commons:DocumentType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|