Definition Type: ComplexType
Name: StockType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Organization.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Exchange in schema organization_xsd Drilldown into Symbol in schema organization_xsd Drilldown into Id in schema organization_xsdXSD Diagram of StockType in schema organization_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="StockType">
    <xsd:sequence>
        <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
        <xsd:element name="Symbol" type="xsd:string" minOccurs="0" />
        <xsd:element name="Exchange" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 (1)
Symbol hr:Symbol 0 (1)
Exchange hr:Exchange 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Stock