3MFConsortium / spec_core

3MF's Core specification
BSD 2-Clause "Simplified" License
55 stars 16 forks source link

"pid" in CT_Object incorrectly defined #71

Open jordig100 opened 1 year ago

jordig100 commented 1 year ago

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"/>