http://www.wfmc.org/2008/XPDL2.1
element TypeDeclaration

Properties
This component is not nillable.

Model
<TypeDeclaration
  Id = xsd:ID
  Name = xsd:string>
ExtendedAttributes? ((BasicType | DeclaredType | SchemaType | ExternalReference) , Description? )
</TypeDeclaration>


Nested Element Summary
 BasicType
          
 DeclaredType
          
 Description
          
 ExtendedAttributes
          
 ExternalReference
          
 SchemaType
          

Attribute Summary
 xsd:IDId
          
 xsd:stringName
          

Attribute Detail

Id

Type:
xsd:ID
Use:
required
Form:
unqualified

Name

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="TypeDeclaration">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="xpdl:Extensible">
<xsd:sequence>
<xsd:group ref="xpdl:DataTypes"/>
<xsd:element minOccurs="0" ref="xpdl:Description"/>
</xsd:sequence>
<xsd:attribute name="Id" type="xsd:ID" use="required"/>
<xsd:attribute name="Name" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.