Frame

Element Information

Model

Children: Description, Name, Width

Attributes

QName Type Fixed Default Use Inheritable Annotation
DOELibIdRef xsd:string optional
Use this attribute to reference objects in the DOE2 library
id xsd:ID required
type frameTypeEnum required

Used By

Element WindowType

Source

<xsd:element name="Frame">
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="Name" minOccurs="0"/>
      <xsd:element ref="Description" minOccurs="0"/>
      <xsd:element ref="Width" minOccurs="0"/>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" use="required"/>
    <xsd:attribute name="type" type="frameTypeEnum" use="required"/>
    <xsd:attribute name="DOELibIdRef" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>Use this attribute to reference objects in the DOE2 library</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample