<xs:element name="Employee" type="EmployeeType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Employee element is employee information for one employee involved in the sign off.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of employees in the list.
Source
<xs:complexType name="SignOffsType"><xs:annotation><xs:documentation>The SignOffsType defines a list of one or more employees who have signed off on a particular version of something.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Employee" type="EmployeeType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Employee element is employee information for one employee involved in the sign off.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of employees in the list.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of employees in the list.</xs:documentation></xs:annotation></xs:attribute>