<xsd:complexType name="CT_RevisionHeader">
<xsd:sequence>
<xsd:element name="sheetIdMap" minOccurs="1" maxOccurs="1" type="CT_SheetIdMap">
<xsd:annotation>
<xsd:documentation>Sheet Id Map</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="reviewedList" minOccurs="0" maxOccurs="1" type="CT_ReviewedRevisions">
<xsd:annotation>
<xsd:documentation>Reviewed List</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="guid" type="ST_Guid" use="required">
<xsd:annotation>
<xsd:documentation>GUID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dateTime" type="xsd:dateTime" use="required">
<xsd:annotation>
<xsd:documentation>Date Time</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="maxSheetId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Last Sheet Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="userName" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>User Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="r:id" use="required">
<xsd:annotation>
<xsd:documentation>Relationship ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="minRId" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Minimum Revision Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="maxRId" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Max Revision Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|