<xs:attributeGroup name="ExchangeRateGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the rate for exchanging from one currency to another currency.</xs:documentation>
</xs:annotation>
<xs:attribute name="FromCurrency" type="AlphaLength3" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The source currency for a conversion.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ToCurrency" type="AlphaLength3" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The target currency for the conversion.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Rate" type="xs:decimal" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The rate used for conversion from the source currency to the target currency.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Date" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The date of the conversion rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|