<xsd:group name="AssetValuationOrReference.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A quotation or a reference to a quotation.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="valuation" type="AssetValuation">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:element>
<xsd:element name="valuationReference" type="ValuationReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to a quotation</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|