tPartnerLink

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace'
Children: documentation

Attributes

QName Type Fixed Default Use Inheritable Annotation
initializePartnerRole tBoolean optional
myRole xsd:NCName optional
name xsd:NCName required
partnerLinkType xsd:QName required
partnerRole xsd:NCName optional
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'

Used By

Element partnerLink

Source

<xsd:complexType name="tPartnerLink">
  <xsd:complexContent>
    <xsd:extension base="tExtensibleElements">
      <xsd:attribute name="name" type="xsd:NCName" use="required"/>
      <xsd:attribute name="partnerLinkType" type="xsd:QName" use="required"/>
      <xsd:attribute name="myRole" type="xsd:NCName"/>
      <xsd:attribute name="partnerRole" type="xsd:NCName"/>
      <xsd:attribute name="initializePartnerRole" type="tBoolean"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>