HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » AccountIDs | GrantPrice | CreditFile | PersonName | StockPlanType »
| Name |
StockPlanType |
| Documentation |
Dictionary Entry Name: Stock Plan. Detail
Definition: Contains a collection of information to relevant to create and maintaining employee stock plan records. Supported plans are
Stock Option, Stock Purchase Plans, and Stock Awards.
|
XML Instance Representation
Schema Component Representation
<
xsd:complexType name="
StockPlanType">
<
xsd:sequence>
<
xsd:element ref="
PlanID"
minOccurs="
0"/>
<
xsd:element ref="
PlanName"
minOccurs="
0"/>
<
xsd:element ref="
PersonContact"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element ref="
oa:
Description"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element ref="
Stock"
minOccurs="
0"/>
<
xsd:element ref="
BlackoutPeriod"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element ref="
UserArea"
minOccurs="
0"/>
</
xsd:sequence>
</
xsd:complexType>