<xsd:element name="VestingInfo" minOccurs="0">
<xsd:complexType>
<xsd:choice>
<xsd:element name="Shares" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Quantity" type="xsd:decimal" />
<xsd:element name="VestingDate" type="LocalDateType" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Rule" type="xsd:string" maxOccurs="unbounded" />
</xsd:choice>
</xsd:complexType>
</xsd:element>
|