attachment_full

Element Information

Model

Children: link, rotate, translate

Attributes

QName Type Fixed Default Use Inheritable Annotation
joint xs:token required

Source

<xs:element name="attachment_full">
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="rotate" type="rotate_type"/>
        <xs:element name="translate" type="translate_type"/>
      </xs:choice>
      <xs:element name="link" type="link_type"/>
    </xs:sequence>
    <xs:attribute name="joint" type="xs:token" use="required"/>
  </xs:complexType>
</xs:element>

Sample