Handle `typeConstraint` element in the model. ```xml <xsd:complexType name="tItemDefinition"> ... <xsd:element name="typeConstraint" type="tUnaryTests" minOccurs="0"/> ... </xsd:complexType> ```