# $RCSfile: functional_data_and_schematic_representation_mim_lf.ws,v $ # $Revision: 1.1 $ $Date: 2007/07/11 21:52:55 $ # Auth: David Loffredo (loffredo@steptools.com) # # AP-221 COMPLEX ENTITIES # # This working set file describes the complex entities that we have # found necessary for working with AP221. There may be others that # are not included here. Extend this file as needed. # SCHEMA functional_data_and_schematic_representation_mim_lf \ -p28ns urn:oid:1.0.10303.221.1.1.4 # # Units # # The AP units for area, length, mass, etc. Create SI and conversion # unit combinations for most. Just SI for solid angle, because only # steradians are ever used. # ANDOR( si_unit amount_of_substance_unit ) ANDOR( si_unit electric_current_unit ) ANDOR( si_unit length_unit ) ANDOR( si_unit luminous_intensity_unit ) ANDOR( si_unit mass_unit ) ANDOR( si_unit plane_angle_unit ) ANDOR( si_unit ratio_unit ) ANDOR( si_unit solid_angle_unit ) ANDOR( si_unit thermodynamic_temperature_unit ) ANDOR( si_unit time_unit ) # no conversion based solid angle or ratio ANDOR( conversion_based_unit mass_unit ) ANDOR( conversion_based_unit length_unit ) ANDOR( conversion_based_unit plane_angle_unit ) ANDOR( conversion_based_unit time_unit ) # # Measure Descriptions -- These combine measure rep item with a # measure with unit subtype. This allows the value to be put in a # representation and the subtype identifies the kind of measure. # ANDOR( length_measure_with_unit uncertainty_measure_with_unit ) # # Contexts and relationships # ANDOR( geometric_representation_context \ global_uncertainty_assigned_context \ global_unit_assigned_context ) ANDOR( geometric_representation_context \ global_unit_assigned_context ) # # Spline curves and surfaces (nurbs) # ANDOR( rational_b_spline_curve b_spline_curve_with_knots ) ANDOR( rational_b_spline_curve bezier_curve ) ANDOR( rational_b_spline_curve quasi_uniform_curve ) ANDOR( rational_b_spline_curve uniform_curve )