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

Properties
This component is not nillable.

Model
<BasicType
  Type = xsd:NMTOKEN>

</BasicType>


Attribute Summary
 xsd:NMTOKENType
          

Attribute Detail

Type

Type:
based on
with :
Use:
required
Form:
unqualified

Source
<xsd:element name="BasicType">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="xpdl:XpdlType">
<xsd:attribute name="Type" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="STRING"/>
<xsd:enumeration value="FLOAT"/>
<xsd:enumeration value="INTEGER"/>
<xsd:enumeration value="REFERENCE"/>
<xsd:enumeration value="DATETIME"/>
<xsd:enumeration value="BOOLEAN"/>
<xsd:enumeration value="PERFORMER"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</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.