TestingEnvironment Schema
PropertTypes Simple Type
Namespace(none)
Type
Restriction of xs:string
Diagram
PropertTypes Simple Type
Overview
PropertTypes Restriction of xs:string
Facets
EnumerationMethod
EnumerationProperty_Get
EnumerationProperty_Put
EnumerationProperty_PutRef
Source
<xs:simpleType name="PropertTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Method"  />
    <xs:enumeration value="Property_Get"  />
    <xs:enumeration value="Property_Put"  />
    <xs:enumeration value="Property_PutRef"  />
  </xs:restriction>
</xs:simpleType>
See Also