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


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