<xsd:complexType name="CT_FileVersion">
<xsd:attribute name="appName" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Application Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="lastEdited" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Last Edited Version</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="lowestEdited" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Lowest Edited Version</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rupBuild" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Build Version</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="codeName" type="ST_Guid" use="optional">
<xsd:annotation>
<xsd:documentation>Code Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|