simpleType PlmAttributeType
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type restriction of xs:string
properties
base xs:string
used by
attribute PlmAttribute/@type
facets
Kind Value Annotation
enumeration STRING
enumeration INTEGER
enumeration DOUBLE
enumeration DATE
enumeration BOOLEAN
enumeration BINARY
enumeration MONEY
source <xs:simpleType name="PlmAttributeType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="STRING"/>
   
<xs:enumeration value="INTEGER"/>
   
<xs:enumeration value="DOUBLE"/>
   
<xs:enumeration value="DATE"/>
   
<xs:enumeration value="BOOLEAN"/>
   
<xs:enumeration value="BINARY"/>
   
<xs:enumeration value="MONEY"/>
 
</xs:restriction>
</xs:simpleType>


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