PropertyDefinitionControl 用于获取指定存储库中指定属性的属性定义。
PropertyDefinitionControl 数据对象扩展自 TypeControl,并且用在 SchemaService 的 getSchema 方法的输入数据对象中。
PropertyDefinitionControl 数据对象的结构由以下内容组成:
<xsd:complexType name="PropertyDefinitionControl">
<xsd:complexContent>
<xsd:extension base="TypeControl">
<xsd:sequence>
<xsd:element ref="propertyNames" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="entityTypeName" type="xsd:token"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<wim:controls xsi:type="wim:PropertyDefinitionControl" repositoryId="LDAP1" entityTypeName="PersonAccount"/>