complexType AssociatedFormType
diagram plmxml_diagrams/plmxml_p1398.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttributeBase
properties
base plm:AttributeBase
children plm:Description plm:ApplicationRef plm:UserData
used by
element AssociatedForm
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
formRef  plm:anyURIType  required      
role  xsd:string  optional      
annotation
documentation

      plm:Attribute used to associate a Form with a PLM XML element.

      Attributes:

      formRef      reference to the Form
      role         role/purpose of Form.   

      Sub-elements:

      UserData:         Represents user-definable properties on the
                        relationship.
     
source <xsd:complexType name="AssociatedFormType">
 
<xsd:annotation>
   
<xsd:documentation>
      plm:Attribute used to associate a Form with a PLM XML element.

      Attributes:

      formRef      reference to the Form
      role         role/purpose of Form.   

      Sub-elements:

      UserData:         Represents user-definable properties on the
                        relationship.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:UserData"/>
     
</xsd:choice>
     
<xsd:attribute name="formRef" type="plm:anyURIType" use="required" plm:refType="plm:Form"/>
     
<xsd:attribute name="role" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute AssociatedFormType/@formRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="formRef" type="plm:anyURIType" use="required" plm:refType="plm:Form"/>

attribute AssociatedFormType/@role
type xsd:string
properties
use optional
source <xsd:attribute name="role" type="xsd:string" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy