Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element CameraSetType / Camera
Annotations
Each Camera element defines a camera.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType Visualization_xsd_Complex_Type_CameraType.tmp#CameraType_form Visualization_xsd_Complex_Type_CameraType.tmp#CameraType_ViewPlaneOrigin Visualization_xsd_Complex_Type_CameraType.tmp#CameraType_Orientation Visualization_xsd_Complex_Type_CameraType.tmp#CameraType_Ratio Visualization_xsd_Complex_Type_CameraType.tmp#CameraType_Near Visualization_xsd_Complex_Type_CameraType.tmp#CameraType_Far Visualization_xsd_Complex_Type_CameraType.tmp#CameraType_Height Visualization_xsd_Complex_Type_CameraType.tmp#CameraType
Type CameraType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Attributes, Far, Height, Near, Orientation, Ratio, ViewPlaneOrigin
Instance
<Camera form="ORTHOGRAPHIC" id="" label="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <ViewPlaneOrigin>{1,1}</ViewPlaneOrigin>
  <Orientation>{1,1}</Orientation>
  <Ratio>{1,1}</Ratio>
  <Near decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Near>
  <Far decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Far>
  <Height>{1,1}</Height>
</Camera>
Attributes
QName Type Default Use Annotation
form CameraFormEnumType ORTHOGRAPHIC optional
The optional form attribute specifies the camera type which can take one of the following values: 'ORTHOGRAPHIC' or 'PERSPECTIVE'.
id QIFIdType required
The required id attribute is the unique model entity identifier.
label xs:string optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:element name="Camera" type="CameraType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Camera element defines a camera.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type CameraSetType
Annotations
The CameraSetType defines a collection of cameras.
Diagram
Diagram Visualization_xsd_Complex_Type_CameraSetType.tmp#CameraSetType_n Visualization_xsd_Complex_Type_CameraSetType.tmp#CameraSetType_Camera
Used by
Element CameraSet
Children Camera
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of cameras in this set.
Source
<xs:complexType name="CameraSetType">
  <xs:annotation>
    <xs:documentation>The CameraSetType defines a collection of cameras.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Camera" type="CameraType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Camera element defines a camera.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of cameras in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute CameraSetType / @n
Annotations
The required n attribute is the number of cameras in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type CameraSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of cameras in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd