Definition Type: Element
Name: ShareRegistrationInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockPurchasePlanCoverage.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into AccountIdentifier in schema stockpurchaseplancoverage_xsd Drilldown into Organization in schema organization_xsd Drilldown into PersonInfo in schema stockpurchaseplancoverage_xsdXSD Diagram of ShareRegistrationInfo in schema stockpurchaseplancoverage_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ShareRegistrationInfo" minOccurs="0">
    <xsd:complexType>
        <xsd:choice>
            <xsd:element name="PersonInfo" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="PersonName" type="PersonNameType" />
                        <xsd:element name="PostalAddress" type="PostalAddressType" minOccurs="0" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:sequence>
                <xsd:element ref="Organization" />
                <xsd:element name="AccountIdentifier" type="EntityIdType" minOccurs="0" />
            </xsd:sequence>
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonInfo hr:PersonInfo (1) unbounded
Organization hr:Organization (1) (1)
AccountIdentifier hr:AccountIdentifier 0 (1)