<xsd:complexType name="UserAreaType">
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>In order to prevent a possible "ambiguous content model" errors in an instance, unbounded sequences were either eliminated from or deprecated in all HR-XML schemas. Removing unbounded sequences ensures that ambiguous errors are not found in an instance. The unbounded sequence here is officially deprecated and will be changed to a single sequence.</xsd:documentation>
</xsd:annotation>
<xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|