propertiesType complexType (Action4)
Applies to: SharePoint Server 2013
Base type for defining a Property element (propertiesType complexType) (Action4).
Type information
Namespace |
|
Schema file |
Actions4.xsd |
Extension base |
None |
Definition
<xs:complexType name="propertiesType">
<xs:sequence>
<xs:element name="Property" minOccurs="0" maxOccurs="unbounded">
<xs:attribute name="Name" type="s:string" use="required" />
<xs:attribute name="DesignerType" type="s:string" />
<xs:attribute name="DisplayName" type="s:string" />
<xs:attribute name="Description" type="s:string" />
<xs:attribute name="TypeFrom" type="s:string" />
</xs:element>
</xs:sequence>
<xs:attribute name="Name" type="s:string" use="required" />
<xs:attribute name="DisplayName" type="s:string" use="required" />
</xs:complexType>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
Element |
Type |
Description |
---|---|---|
propertiesType |
Attributes
Attribute |
Type |
Required |
Description |
Possible values |
---|---|---|---|---|
**DisplayName** |
s:string |
required |
Name of the property as displayed in the user interface. |
Values of the s:string type. |
**Name** |
s:string |
required |
Internal name of the property for referencing in code. |
Values of the s:string type. |