Definition Type: Element
Name: AccessPoint
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:ContactMethodType
Containing Schema: AssessmentOrderAcknowledgement.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
The way to access the Assessment
Collapse XSD Schema Diagram:
Drilldown into Login in schema assessmentorderacknowledgement_xsd Drilldown into Description in schema assessmentorderacknowledgement_xsd Drilldown into PostalAddress in schema postaladdress_xsd Drilldown into InternetWebAddress in schema onlineaddress_xsd Drilldown into InternetEmailAddress in schema onlineaddress_xsd 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_xsd Drilldown into WhenAvailable in schema contactmethod_xsd Drilldown into Location in schema contactmethod_xsd Drilldown into Use in schema contactmethod_xsd Drilldown into ContactMethodType in schema contactmethod_xsdXSD Diagram of AccessPoint in schema assessmentorderacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="AccessPoint" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>The way to access the Assessment</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="ContactMethodType">
                <xsd:sequence>
                    <xsd:element name="Description" type="xsd:string" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Instructions for the subject to access the assessment via this access point.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="Login" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>A login to use to take the assessment</xsd:documentation>
                        </xsd:annotation>
                        <xsd:complexType>
                            <xsd:sequence>
                                <xsd:element name="Token" type="xsd:string" minOccurs="0" />
                                <xsd:element name="UserName" type="xsd:string" minOccurs="0" />
                                <xsd:element name="Password" type="xsd:string" minOccurs="0" />
                            </xsd:sequence>
                            <xsd:attribute name="validFrom" type="LocalDateType" />
                            <xsd:attribute name="validTo" type="LocalDateType" />
                        </xsd:complexType>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Use hr:Use 0 (1)
Location hr:Location 0 (1)
WhenAvailable hr:WhenAvailable 0 (1)
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)
InternetEmailAddress hr:InternetEmailAddress 0 (1)
InternetWebAddress hr:InternetWebAddress 0 (1)
PostalAddress hr:PostalAddress 0 (1)
Description hr:Description 0 (1)
Login hr:Login 0 (1)
Collapse Derivation Tree: