<xsd:complexType name="SourceGroupType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Source Group. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a collection of information defining or specifying a "Source Group." A Source Group is a collection savings plan or investment Contribution Sources. These contribution sources are aggregated for the purposes making investment allocations or specifying distributions. For example, a savings plan participant might combine all employee deferral sources (Base, Bonus) into a single source group.</ccts:DefinitionText>
<ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Note that HR-XML's Savings Plan Enrollment schema flexibly accomodates different approaches for handling contribution sources. Some plans may organize contribution sources into "Source Groups," which then are referenced in elections. Other plans may simply specify the individual contribution source(s) associated with each election. Generally speaking, implementers might use one or the other of these approaches but not both. Note that the schema does not enforce this usage.</ccts:UsageRule>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0" />
<xsd:element ref="oa:Name" minOccurs="0" />
<xsd:element ref="ContributionSource" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|