Mit "PropertyControl" wird angegeben, welche Merkmale einer Entität zurückgegeben werden sollen.
"PropertyControl" wird im Eingabedatenobjekt der API "get" verwendet, um die zurückzugebenden Merkmale der Entität anzugeben.
<xsd:complexType name="PropertyControl">
<xsd:complexContent>
<xsd:extension base="Control">
<xsd:sequence>
<xsd:element name="properties" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="contextProperties" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="xml:lang" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<wim:controls xsi:type="wim:PropertyControl">
<wim:properties>cn</wim:properties>
<wim:properties>uid</wim:properties>
<wim:properties>sn</wim:properties>
</wim:controls>