Skip to content

Postal address - how to check? #362

@marszulc

Description

@marszulc

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>

Image:
image

Is it anyhow possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions