| namespace | http://xmlns.oracle.com/Agile/e6/core/Common/V3 | ||||||||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||||||||
| properties |
| ||||||||||||||||||||||||
| used by |
| ||||||||||||||||||||||||
| facets |
| ||||||||||||||||||||||||
| 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> |