2.2.5.7 t:DefaultShapeNamesType Simple Type
The DefaultShapeNamesType simple type specifies standard sets of properties to return in an item or folder response. The DefaultShapeNamesType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).
-
<xs:simpleType name="DefaultShapeNamesType"> <xs:restriction base="xs:string"> <xs:enumeration value="AllProperties"/> <xs:enumeration value="Default"/> <xs:enumeration value="IdOnly"/> </xs:restriction> </xs:simpleType>
The values that are defined by the DefaultShapeNamesType simple type are listed in the following table.
Value |
Meaning |
---|---|
AllProperties |
Specifies all the properties that are defined for the item or folder. This option does not specify all available properties for an item or folder. |
Default |
Specifies a set of properties that are defined as the default for the item or folder. |
IdOnly |
Specifies only the item or folder ID.<86> |