<xsd:complexType name="AdjustableDate2">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that is different from AdjustableDate in two regards. First, date adjustments can be specified with either a dateAdjustments element or a reference to an existing dateAdjustments element. Second, it does not require the specification of date adjustments.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="unadjustedDate" type="IdentifiedDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">A date subject to adjustment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|