Definition Type: ComplexType
Name: typeExtendedAttributeDef
Namespace: http://www.pacificedge.com/PMXML
Containing Schema: PMXML-20020603.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FieldName in schema pmxml-20020603_xsd Drilldown into DataType in schema pmxml-20020603_xsd Drilldown into FieldLength in schema pmxml-20020603_xsd Drilldown into Object in schema pmxml-20020603_xsd Drilldown into ID in schema pmxml-20020603_xsdXSD Diagram of typeExtendedAttributeDef in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<xsd:complexType name="typeExtendedAttributeDef">
    <xsd:sequence>
        <xsd:element name="Object" type="xsd:string" />
        <xsd:element name="FieldLength" type="xsd:integer" minOccurs="0" />
        <xsd:element name="DataType" type="xsd:string" minOccurs="0" />
        <xsd:element name="FieldName" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="ID" type="xsd:long" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Object pmxml:Object (1) (1)
FieldLength pmxml:FieldLength 0 (1)
DataType pmxml:DataType 0 (1)
FieldName pmxml:FieldName 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ID pmxml:ID Required
Collapse Derivation Tree:
Collapse References:
pmxml:ExtendedAttributeDef