ifc:ReferencingValues
Element information
Namespace: http://niem.gov/niem/external/iai-ifc/RC2/ifc/dhs-gmo/1.0.0
Schema document: external/iai-ifc/rc2/dhs-gmo/1.0.0/IFC2X2_FINAL.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Choice [1..*]from subst. group ifc:IfcAppliedValue
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ex:itemType | [0..1] | xsd:QName | Fixed value is "ifc:IfcAppliedValue". | |
ex:cType | [0..1] | Anonymous | Fixed value is "set". | |
ex:arraySize | [0..1] | Anonymous |
Used in
- Type ifc:IfcReferencesValueDocument (Element ifc:IfcReferencesValueDocument)
Sample instance
<ifc:ReferencingValues> <ifc:IfcCostValue id="ID"> <ifc:Name>normalizedString</ifc:Name> <ifc:Description>normalizedString</ifc:Description> <ifc:AppliedValue> <ifc:IfcRatioMeasure id="ID">1.0</ifc:IfcRatioMeasure> </ifc:AppliedValue> <ifc:UnitBasis> <ifc:IfcMeasureWithUnit id="ID">... </ifc:IfcMeasureWithUnit> </ifc:UnitBasis> <ifc:ApplicableDate> <ifc:IfcCalendarDate id="ID">... </ifc:IfcCalendarDate> </ifc:ApplicableDate> <ifc:FixedUntilDate> <ifc:IfcCalendarDate id="ID">... </ifc:IfcCalendarDate> </ifc:FixedUntilDate> <ifc:CostType>normalizedString</ifc:CostType> <ifc:Condition>normalizedString</ifc:Condition> </ifc:IfcCostValue> </ifc:ReferencingValues>