Property_Types Simple Type

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

enumerationMethod
enumerationProperty_Get
enumerationProperty_Put
enumerationProperty_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>