Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element BoundingBoxType / Length
Annotations
The Length element gives the length of the box.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Length" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Length element gives the length of the box.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element BoundingBoxType / Width
Annotations
The Width element gives the width of the box.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Width" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Width element gives the width of the box.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element BoundingBoxType / Height
Annotations
The Height element gives the height of the box.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Height" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Height element gives the height of the box.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type BoundingBoxType
Annotations
The BoundingBoxType defines the dimensions of a box that usually bounds a shape object.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_BoundingBoxType.tmp#BoundingBoxType_Length PrimitivesPMI_xsd_Complex_Type_BoundingBoxType.tmp#BoundingBoxType_Width PrimitivesPMI_xsd_Complex_Type_BoundingBoxType.tmp#BoundingBoxType_Height
Used by
Children Height, Length, Width
Source
<xs:complexType name="BoundingBoxType">
  <xs:annotation>
    <xs:documentation>The BoundingBoxType defines the dimensions of a box that usually bounds a shape object.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Length" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The Length element gives the length of the box.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Width" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The Width element gives the width of the box.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Height" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The Height element gives the height of the box.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd