ENTITY IfcTelecomAddress

(* SCHEMA IFC4; *)
ENTITY IfcTelecomAddress
 SUBTYPE OF (IfcAddress);
	TelephoneNumbers : OPTIONAL LIST [1:?] OF IfcLabel;
	FacsimileNumbers : OPTIONAL LIST [1:?] OF IfcLabel;
	PagerNumber : OPTIONAL IfcLabel;
	ElectronicMailAddresses : OPTIONAL LIST [1:?] OF IfcLabel;
	WWWHomePageURL : OPTIONAL IfcURIReference;
	MessagingIDs : OPTIONAL LIST [1:?] OF IfcURIReference;
 WHERE
	MinimumDataProvided : EXISTS (TelephoneNumbers) OR
EXISTS (FacsimileNumbers) OR 
EXISTS (PagerNumber) OR
EXISTS (ElectronicMailAddresses) OR 
EXISTS (WWWHomePageURL) OR
EXISTS (MessagingIDs);
END_ENTITY;

Explicit Attributes

Entity IfcTelecomAddress has the following local and inherited explicit attributes:
AttributeTypeDefined By
 PurposeIfcAddressTypeEnum (ENUM)IfcAddress
 DescriptionIfcText (STRING)IfcAddress
 UserDefinedPurposeIfcLabel (STRING)IfcAddress
 TelephoneNumbersLIST OF IfcLabel (STRING)IfcTelecomAddress
 FacsimileNumbersLIST OF IfcLabel (STRING)IfcTelecomAddress
 PagerNumberIfcLabel (STRING)IfcTelecomAddress
 ElectronicMailAddressesLIST OF IfcLabel (STRING)IfcTelecomAddress
 WWWHomePageURLIfcURIReference (STRING)IfcTelecomAddress
 MessagingIDsLIST OF IfcURIReference (STRING)IfcTelecomAddress

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcTelecomAddress inherits from the following supertypes:
  IfcAddress

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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