<xs:element name="ExternalFileReference" type="ExternalFileReferenceType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each ExternalFileReference element contains information about a single external file reference.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of external file references in this list.
Source
<xs:complexType name="ExternalFileReferencesType"><xs:annotation><xs:documentation>The ExternalFileReferencesType defines a list of external file references.</xs:documentation></xs:annotation><xs:sequence><xs:element name="ExternalFileReference" type="ExternalFileReferenceType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each ExternalFileReference element contains information about a single external file reference.</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 external file references in this 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 external file references in this list.</xs:documentation></xs:annotation></xs:attribute>