Skip to content

USERDEFINED and ObjectType #367

Closed Answered by Moult
BIMster008 asked this question in Q&A
Oct 28, 2024 · 3 comments · 6 replies
Discussion options

You must be logged in to vote

You don't need a separate attribute check. IDS works the same way as IFC, the ObjectType (or ElementType) is interpreted as the value of the predefined type.

  <ids:applicability minOccurs="0" maxOccurs="unbounded">
      <ids:entity>
          <ids:name>
              <ids:simpleValue>IFCDOOR</ids:simpleValue>
          </ids:name>
          <ids:predefinedType>
              <ids:simpleValue>INSPECTIONACCESS</ids:simpleValue>
          </ids:predefinedType>
      </ids:entity>
  </ids:applicability>

This is documented here: https://github.com/buildingSMART/IDS/blob/development/Documentation/ImplementersDocumentation/TestCases/entity/pass-a_predefined_type_may_specify_a_user_defined_ele…

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@BIMster008
Comment options

@Moult
Comment options

Answer selected by BIMster008
@atomczak
Comment options

@BIMster008
Comment options

@Moult
Comment options

@BIMster008
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants