Definition Type: ComplexType
Name: typeInstanceData
Namespace: http://www.pacificedge.com/PMXML
Containing Schema: PMXML-20020603.xsd
Abstract
Documentation:
Data pertaining to this instance of PMXML. Helps the processing application know how to deal with the data.
Collapse XSD Schema Diagram:
Drilldown into Projects in schema pmxml-20020603_xsd Drilldown into MachineName in schema pmxml-20020603_xsd Drilldown into SchemaVersion in schema pmxml-20020603_xsd Drilldown into Generated in schema pmxml-20020603_xsd Drilldown into AppVersion in schema pmxml-20020603_xsd Drilldown into AppName in schema pmxml-20020603_xsd Drilldown into UserName in schema pmxml-20020603_xsd Drilldown into UserID in schema pmxml-20020603_xsdXSD Diagram of typeInstanceData in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<xsd:complexType name="typeInstanceData">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Data pertaining to this instance of PMXML.  Helps the processing application know how to deal with the data.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="UserID" type="xsd:long" />
        <xsd:element name="UserName" type="xsd:string" minOccurs="0" />
        <xsd:element name="AppName" type="xsd:integer">
            <xsd:annotation>
                <xsd:documentation>ID of the application this data was extracted from:   1 = Project Office 3.2
8 = Microsoft Project 98
9 = Microsoft Project 2000</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="AppVersion" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Version number of the application this data was extracted from.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Generated" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>mandatory: date-time this xml was generated</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SchemaVersion" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>mandatory, format  XXXX.XXXX</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="MachineName" type="xsd:string" minOccurs="0" />
        <xsd:element name="Projects">
            <xsd:annotation>
                <xsd:documentation>List of Project ID's from the Procects contained in this document</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="ProjectName">
                        <xsd:complexType>
                            <xsd:simpleContent>
                                <xsd:extension base="xsd:string">
                                    <xsd:attribute name="projectID" type="xsd:long" use="required" />
                                </xsd:extension>
                            </xsd:simpleContent>
                        </xsd:complexType>
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UserID pmxml:UserID (1) (1)
UserName pmxml:UserName 0 (1)
AppName pmxml:AppName (1) (1)
AppVersion pmxml:AppVersion (1) (1)
Generated pmxml:Generated (1) (1)
SchemaVersion pmxml:SchemaVersion (1) (1)
MachineName pmxml:MachineName 0 (1)
Projects pmxml:Projects (1) (1)
Collapse Derivation Tree:
Collapse References:
pmxml:InstanceData