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

Properties
This component is not nillable.

Model
<ExternalReference
  location = xsd:anyURI
  namespace = xsd:anyURI
  xref = xsd:NMTOKEN>

</ExternalReference>


Attribute Summary
 xsd:anyURIlocation
          
 xsd:anyURInamespace
          
 xsd:NMTOKENxref
          

Attribute Detail

location

Type:
xsd:anyURI
Use:
required
Form:
unqualified

namespace

Type:
xsd:anyURI
Use:
optional
Form:
unqualified

xref

Type:
xsd:NMTOKEN
Use:
optional
Form:
unqualified

Source
<xsd:element name="ExternalReference">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="xpdl:XpdlType">
<xsd:attribute name="xref" type="xsd:NMTOKEN" use="optional"/>
<xsd:attribute name="location" type="xsd:anyURI" use="required"/>
<xsd:attribute name="namespace" type="xsd:anyURI" use="optional"/>
</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.