<xsd:group name="AdjustedAndOrUnadjustedDate.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Contains at least one of an adjusted date and and unadjusted date, using the usual meanings of those terms.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="unadjustedDate" type="xsd:date" minOccurs="0" />
<xsd:element name="adjustedDate" type="xsd:date" minOccurs="0" />
</xsd:sequence>
<!--View Generation: SKIPPED adjustedDate - Technical-->
</xsd:choice>
</xsd:group>
|