propertiesType complexType (Action4)
适用于:SharePoint Server 2013
用于定义 Property 元素的基类型 (propertiesType complexType) (Action4) 。
类型信息
命名空间 |
|
架构文件 |
Actions4.xsd |
扩展基 |
无 |
定义
<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>
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
子元素
元素 |
类型 |
说明 |
---|---|---|
propertiesType |
属性
属性 |
类型 |
必需 |
说明 |
可能的值 |
---|---|---|---|---|
**DisplayName** |
s:string |
必需 |
用户界面中显示的属性的名称。 |
s:string 类型的值。 |
**名字** |
s:string |
必需 |
用于在代码中引用的属性的内部名称。 |
s:string 类型的值。 |