-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Description
Hello,
I need to check the AddressLines attribute of Postal address and I tried it in multiple ways but none of them worked.
This is one of my ideas:
<specification name="Building Address" ifcVersion="IFC2X3" description="Check if building address is xxxxxx">
<applicability minOccurs="1" maxOccurs="1" >
<entity>
<name>
<simpleValue>IFCBUILDING</simpleValue>
</name>
</entity>
</applicability>
<requirements>
<attribute>
<name>
<simpleValue>IfcPostalAddress</simpleValue>
</name>
<value>
<xs:restriction base="xs:string">
<xs:enumeration value="xxxxx" />
<xs:enumeration value="yyyyy" />
<xs:enumeration value="zzzz" />
</xs:restriction>
</value>
</attribute>
</requirements>
</specification>
Is it anyhow possible?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
