Definition Type: Element
Name: Participant
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockDeposit.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Name in schema stockdeposit_xsd Drilldown into Id in schema stockdeposit_xsdXSD Diagram of Participant in schema stockdeposit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Participant">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Id" type="EntityIdType" />
            <xsd:element name="Name" type="PersonNameType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id (1) (1)
Name hr:Name 0 (1)