<xsd:complexType name="StockPlanTypeCodeType">
<xsd:annotation>
<xsd:documentation>A code classifying the type of stock plan. HR-XML's specifications are intended to support "Stock Option" and "Stock Purchase" plans. These values are enumerated, but this is an HR-XML open list so other plan types might be specified if supported by the HR-XML stock plan model.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="StockPlanTypeContentType">
<xsd:attributeGroup ref="oa:CodeListAttributeGroup" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|