Description
The list of values that can be used to compose the value of an attribute that has the simple type
Property_Type.
Type
restriction of string
Facets
enumeration | Method |
enumeration | Property_Get |
enumeration | Property_Put |
enumeration | Property_PutRef |
Source
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Property_Types">
<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>
|