property 元素 (库架构)
property <> 元素指定库使用的属性。 这些属性特定于库,因此没有要使用的预定义属性名称集。 此元素是可选的,没有子元素。
语法
<!-- property -->
<xs:element name="property" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:anyType">
<xs:attribute name="name" type="canonical-name" use="required"/>
<xs:simpleType name="canonical-name">
<xs:restriction base="xs:string">
<xs:maxLength value="63"/>
<xs:pattern value="[0-9A-Za-z.]*"/>
</xs:restriction>
</xs:simpleType>
<xs:attribute name="type"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
元素信息
父元素 | 子元素 |
---|---|
propertyStore 元素 (库架构) | 无 |
特性
属性 | 说明 | 值 |
---|---|---|
name | Public。 必需。 属性的显示名称。 | |
type | Public。 必需。 属性的类型。 |
|
备注
规范名称>元素的要求<与 Windows 搜索和 Windows 属性系统的要求相匹配。 字符串的类型必须为 canonical-type。
相关主题