Definition Type: ComplexType
Name: AccessPointType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
The access point could be the location for a report or it could be a location where the candidate or recruiter is instructed to enter additional information. The typeCode could be used to distinquish the purpose.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into AccessCredential in schema components_xsd Drilldown into UserID in schema fields_xsd Drilldown into URI in schema fields_xsd1 Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsd Drilldown into typeCode in schema components_xsdXSD Diagram of AccessPointType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AccessPointType">
    <xsd:annotation>
        <xsd:documentation>The access point could be the location for a report or it could be a location where the candidate or recruiter is instructed to enter additional information. The typeCode could be used to distinquish the purpose.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="oa:URI" minOccurs="0" />
        <xsd:element ref="UserID" minOccurs="0" />
        <xsd:element ref="AccessCredential" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="typeCode" type="oa:NormalizedStringType" use="optional" />
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
URI oa:URI 0 (1)
UserID nsA:UserID 0 (1)
AccessCredential nsA:AccessCredential 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
typeCode nsA:typeCode Optional
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:AccessPoint