Definition Type: ComplexType
Name: LaborBargainingUnitMembershipType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: AffiliationTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MemberId in schema affiliationtypes_xsd Drilldown into OrganizationId in schema affiliationtypes_xsd Drilldown into OrganizationName in schema affiliationtypes_xsd Drilldown into validTo in schema affiliationtypes_xsd Drilldown into validFrom in schema affiliationtypes_xsdXSD Diagram of LaborBargainingUnitMembershipType in schema affiliationtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LaborBargainingUnitMembershipType">
    <xsd:sequence>
        <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
        <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="MemberId" type="EntityIdType" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="validFrom" type="LocalDateType" use="optional" />
    <xsd:attribute name="validTo" type="LocalDateType" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName 0 (1)
OrganizationId hr:OrganizationId 0 (1)
MemberId hr:MemberId 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom hr:validFrom Optional
validTo hr:validTo Optional
Collapse Derivation Tree:
Collapse References:
hr:LaborBargainingUnitMembership