Definition Type: Element
Name: ChildrenInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PersonDescriptors.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema persondescriptors_xsd Drilldown into NumberOfChildren in schema persondescriptors_xsdXSD Diagram of ChildrenInfo in schema persondescriptors_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ChildrenInfo" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="NumberOfChildren" type="xsd:nonNegativeInteger" minOccurs="0" />
            <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NumberOfChildren hr:NumberOfChildren 0 (1)
Comments hr:Comments 0 (1)