Definition Type: ComplexType
Name: TelcomNumberListType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: TelcomNumber.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TTYTDD in schema telcomnumber_xsd Drilldown into Pager in schema telcomnumber_xsd Drilldown into Fax in schema telcomnumber_xsd Drilldown into Mobile in schema telcomnumber_xsd Drilldown into Telephone in schema telcomnumber_xsdXSD Diagram of TelcomNumberListType in schema telcomnumber_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TelcomNumberListType">
    <xsd:sequence>
        <xsd:element ref="Telephone" minOccurs="0" />
        <xsd:element ref="Mobile" minOccurs="0" />
        <xsd:element ref="Fax" minOccurs="0" />
        <xsd:element ref="Pager" minOccurs="0" />
        <xsd:element ref="TTYTDD" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Telephone hr:Telephone 0 (1)
Mobile hr:Mobile 0 (1)
Fax hr:Fax 0 (1)
Pager hr:Pager 0 (1)
TTYTDD hr:TTYTDD 0 (1)