ENTITY IfcPostalAddress

(* SCHEMA IFC4; *)
ENTITY IfcPostalAddress
 SUBTYPE OF (IfcAddress);
	InternalLocation : OPTIONAL IfcLabel;
	AddressLines : OPTIONAL LIST [1:?] OF IfcLabel;
	PostalBox : OPTIONAL IfcLabel;
	Town : OPTIONAL IfcLabel;
	Region : OPTIONAL IfcLabel;
	PostalCode : OPTIONAL IfcLabel;
	Country : OPTIONAL IfcLabel;
 WHERE
	WR1 : EXISTS (InternalLocation) OR 
EXISTS (AddressLines) OR
EXISTS (PostalBox) OR
EXISTS (PostalCode) OR
EXISTS (Town) OR 
EXISTS (Region) OR  
EXISTS (Country);
END_ENTITY;

Explicit Attributes

Entity IfcPostalAddress has the following local and inherited explicit attributes:
AttributeTypeDefined By
 PurposeIfcAddressTypeEnum (ENUM)IfcAddress
 DescriptionIfcText (STRING)IfcAddress
 UserDefinedPurposeIfcLabel (STRING)IfcAddress
 InternalLocationIfcLabel (STRING)IfcPostalAddress
 AddressLinesLIST OF IfcLabel (STRING)IfcPostalAddress
 PostalBoxIfcLabel (STRING)IfcPostalAddress
 TownIfcLabel (STRING)IfcPostalAddress
 RegionIfcLabel (STRING)IfcPostalAddress
 PostalCodeIfcLabel (STRING)IfcPostalAddress
 CountryIfcLabel (STRING)IfcPostalAddress

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcPostalAddress has the following local and inherited inverse attributes:
AttributeTypeDefined By
 OfPersonSET OF IfcPerson (ENTITY)IfcAddress
 OfOrganizationSET OF IfcOrganization (ENTITY)IfcAddress

Supertypes

Entity IfcPostalAddress inherits from the following supertypes:
  IfcAddress

Subtypes

    No subtypes

Referenced By

Entity IfcPostalAddress and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAddress ENTITY IfcPostalAddress
 IfcBuilding ENTITY IfcPostalAddress
 IfcObjectReferenceSelect SELECT IfcAddress
 IfcOrganization ENTITY IfcAddress
 IfcPerson ENTITY IfcAddress
 IfcSite ENTITY IfcPostalAddress


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:45-04:00