<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> |