Definition Type: ComplexType
Name: AdditionalDataType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: TimeCard.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into type in schema timecard_xsdXSD Diagram of AdditionalDataType in schema timecard_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AdditionalDataType" mixed="true">
    <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:sequence minOccurs="0" maxOccurs="unbounded">
        <xsd:any namespace="##any" processContents="strict" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="type" type="xsd:string" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##any' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
Collapse Derivation Tree:
Collapse References:
hr:AdditionalData, hr:AdditionalData, hr:AdditionalData, hr:AdditionalData, hr:AdditionalData, hr:AdditionalData, hr:AdditionalData, hr:AdditionalData