<xsd:element name="Projects"> <xsd:annotation> <xsd:documentation>A collection of Project objects.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="Project" type="pmxml:typeProject" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="count" type="xsd:integer" use="optional" /> </xsd:complexType> </xsd:element>