The "pid" in CT_Object is incorrectly defined in the schema as:
<xs:attribute name="pid" type="ST_ResourceIndex"/>
However the table in Object, specifies it correctly as ST_ResourceID
Same as the CT_Triangle defines it correctly:
<xs:attribute name="pid" type="ST_ResourceID"/>
The "pid" in CT_Object is incorrectly defined in the schema as:
However the table in Object, specifies it correctly as ST_ResourceID
Same as the CT_Triangle defines it correctly: