3.1.4.1.4.7 PropertyNameType

The PropertyNameType simple type specifies the name of a valid property that is defined by a CSOM Object type or CSOM value object type.

 <xs:simpleType name="PropertyNameType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string"/>
 </xs:simpleType>