<xsd:group name="AssociatedValue.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">An associated value or reference for a scheduled date.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="associatedValue" type="AssetValuation">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value that is associated with the scheduled date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="associatedValueReference" type="ValuationReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the value associated with this scheduled date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|