technical

Complex Type Information

Model

Used By

Source

<xs:complexType name="technical">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="format"/>
    <xs:group ref="size"/>
    <xs:group ref="location"/>
    <xs:group ref="requirement"/>
    <xs:group ref="installationRemarks"/>
    <xs:group ref="otherPlatformRequirements"/>
    <xs:group ref="duration"/>
    <xs:group ref="ex:customElements"/>
  </xs:choice>
  <xs:attributeGroup ref="ag:technical"/>
  <xs:attributeGroup ref="ex:customAttributes"/>
</xs:complexType>