ifc:instanceAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional

Used By

Complex Type ifc:Entity
Elements ifc:IfcAbsorbedDoseMeasure-wrapper, ifc:IfcAccelerationMeasure-wrapper, ifc:IfcAmountOfSubstanceMeasure-wrapper, ifc:IfcAngularVelocityMeasure-wrapper, ifc:IfcAreaDensityMeasure-wrapper, ifc:IfcAreaMeasure-wrapper, ifc:IfcBoolean-wrapper, ifc:IfcComplexNumber-wrapper, ifc:IfcCompoundPlaneAngleMeasure-wrapper, ifc:IfcContextDependentMeasure-wrapper, ifc:IfcCountMeasure-wrapper, ifc:IfcCurvatureMeasure-wrapper, ifc:IfcDate-wrapper, ifc:IfcDateTime-wrapper, ifc:IfcDescriptiveMeasure-wrapper, ifc:IfcDoseEquivalentMeasure-wrapper, ifc:IfcDuration-wrapper, ifc:IfcDynamicViscosityMeasure-wrapper, ifc:IfcElectricCapacitanceMeasure-wrapper, ifc:IfcElectricChargeMeasure-wrapper, ifc:IfcElectricConductanceMeasure-wrapper, ifc:IfcElectricCurrentMeasure-wrapper, ifc:IfcElectricResistanceMeasure-wrapper, ifc:IfcElectricVoltageMeasure-wrapper, ifc:IfcEnergyMeasure-wrapper, ifc:IfcForceMeasure-wrapper, ifc:IfcFrequencyMeasure-wrapper, ifc:IfcHeatFluxDensityMeasure-wrapper, ifc:IfcHeatingValueMeasure-wrapper, ifc:IfcIdentifier-wrapper, ifc:IfcIlluminanceMeasure-wrapper, ifc:IfcInductanceMeasure-wrapper, ifc:IfcInteger-wrapper, ifc:IfcIntegerCountRateMeasure-wrapper, ifc:IfcIonConcentrationMeasure-wrapper, ifc:IfcIsothermalMoistureCapacityMeasure-wrapper, ifc:IfcKinematicViscosityMeasure-wrapper, ifc:IfcLabel-wrapper, ifc:IfcLengthMeasure-wrapper, ifc:IfcLinearForceMeasure-wrapper, ifc:IfcLinearMomentMeasure-wrapper, ifc:IfcLinearStiffnessMeasure-wrapper, ifc:IfcLinearVelocityMeasure-wrapper, ifc:IfcLogical-wrapper, ifc:IfcLuminousFluxMeasure-wrapper, ifc:IfcLuminousIntensityDistributionMeasure-wrapper, ifc:IfcLuminousIntensityMeasure-wrapper, ifc:IfcMagneticFluxDensityMeasure-wrapper, ifc:IfcMagneticFluxMeasure-wrapper, ifc:IfcMassDensityMeasure-wrapper, ifc:IfcMassFlowRateMeasure-wrapper, ifc:IfcMassMeasure-wrapper, ifc:IfcMassPerLengthMeasure-wrapper, ifc:IfcModulusOfElasticityMeasure-wrapper, ifc:IfcModulusOfLinearSubgradeReactionMeasure-wrapper, ifc:IfcModulusOfRotationalSubgradeReactionMeasure-wrapper, ifc:IfcModulusOfSubgradeReactionMeasure-wrapper, ifc:IfcMoistureDiffusivityMeasure-wrapper, ifc:IfcMolecularWeightMeasure-wrapper, ifc:IfcMomentOfInertiaMeasure-wrapper, ifc:IfcMonetaryMeasure-wrapper, ifc:IfcNonNegativeLengthMeasure-wrapper, ifc:IfcNormalisedRatioMeasure-wrapper, ifc:IfcNullStyle-wrapper, ifc:IfcNumericMeasure-wrapper, ifc:IfcPHMeasure-wrapper, ifc:IfcParameterValue-wrapper, ifc:IfcPlanarForceMeasure-wrapper, ifc:IfcPlaneAngleMeasure-wrapper, ifc:IfcPositiveLengthMeasure-wrapper, ifc:IfcPositivePlaneAngleMeasure-wrapper, ifc:IfcPositiveRatioMeasure-wrapper, ifc:IfcPowerMeasure-wrapper, ifc:IfcPressureMeasure-wrapper, ifc:IfcPropertySetDefinitionSet-wrapper, ifc:IfcRadioActivityMeasure-wrapper, ifc:IfcRatioMeasure-wrapper, ifc:IfcReal-wrapper, ifc:IfcRotationalFrequencyMeasure-wrapper, ifc:IfcRotationalMassMeasure-wrapper, ifc:IfcRotationalStiffnessMeasure-wrapper, ifc:IfcSectionModulusMeasure-wrapper, ifc:IfcSectionalAreaIntegralMeasure-wrapper, ifc:IfcShearModulusMeasure-wrapper, ifc:IfcSolidAngleMeasure-wrapper, ifc:IfcSoundPowerLevelMeasure-wrapper, ifc:IfcSoundPowerMeasure-wrapper, ifc:IfcSoundPressureLevelMeasure-wrapper, ifc:IfcSoundPressureMeasure-wrapper, ifc:IfcSpecificHeatCapacityMeasure-wrapper, ifc:IfcSpecularExponent-wrapper, ifc:IfcSpecularRoughness-wrapper, ifc:IfcTemperatureGradientMeasure-wrapper, ifc:IfcTemperatureRateOfChangeMeasure-wrapper, ifc:IfcText-wrapper, ifc:IfcTextFontName-wrapper, ifc:IfcThermalAdmittanceMeasure-wrapper, ifc:IfcThermalConductivityMeasure-wrapper, ifc:IfcThermalExpansionCoefficientMeasure-wrapper, ifc:IfcThermalResistanceMeasure-wrapper, ifc:IfcThermalTransmittanceMeasure-wrapper, ifc:IfcThermodynamicTemperatureMeasure-wrapper, ifc:IfcTime-wrapper, ifc:IfcTimeMeasure-wrapper, ifc:IfcTimeStamp-wrapper, ifc:IfcTorqueMeasure-wrapper, ifc:IfcVaporPermeabilityMeasure-wrapper, ifc:IfcVolumeMeasure-wrapper, ifc:IfcVolumetricFlowRateMeasure-wrapper, ifc:IfcWarpingConstantMeasure-wrapper, ifc:IfcWarpingMomentMeasure-wrapper, ifc:double-wrapper

Source

<xs:attributeGroup name="instanceAttributes">
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="path" type="xs:NMTOKENS" use="optional"/>
  <xs:attribute name="pos" use="optional">
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="xs:integer"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>