simpleType ArtifactType
namespace http://base.api.wp.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration FORM
enumeration PAGEFLOW
enumeration EXT
annotation
documentation
Enumerated value defining available artifact types.
source <xsd:simpleType name="ArtifactType">
 
<xsd:annotation>
   
<xsd:documentation>Enumerated value defining available artifact types.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="FORM"/>
   
<xsd:enumeration value="PAGEFLOW"/>
   
<xsd:enumeration value="EXT"/>
 
</xsd:restriction>
</xsd:simpleType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy