Definition Type: SimpleType
Name: enumResourceType
Namespace: http://www.pacificedge.com/PMXML
Containing Schema: PMXML-20020603.xsd
Documentation:
Type of Resource: 0=Material, 1=Work
Collapse XSD Schema Diagram:
XSD Diagram of enumResourceType in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<xsd:simpleType name="enumResourceType">
    <xsd:annotation>
        <xsd:documentation>Type of Resource: 0=Material, 1=Work</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:integer">
        <xsd:enumeration value="0" />
        <xsd:enumeration value="1" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Collapse Derivation Tree:
Collapse References:
pmxml:Type