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

Properties
This component is not nillable.

Model
<ExtendedAttribute
  Name = xsd:NMTOKEN
  Value = xsd:string>
(ExtendedAnnotation?, (any element from any namespace)** )
</ExtendedAttribute>


Nested Element Summary
 ExtendedAnnotation
          

Attribute Summary
 xsd:NMTOKENName
          
 xsd:stringValue
          

Attribute Detail

Name

Type:
xsd:NMTOKEN
Use:
required
Form:
unqualified

Value

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="ExtendedAttribute">
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:element minOccurs="0" ref="ext:ExtendedAnnotation"/>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="Name" type="xsd:NMTOKEN" use="required"/>
<xsd:attribute name="Value" type="xsd:string"/>
</xsd:complexType>
</xsd:element>


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