complexType FormType
diagram plmxml_diagrams/plmxml_p1424.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element Form
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
mainClass  xsd:string  optional      
subClass  xsd:string  optional      
annotation
documentation

      A Form is a way of associating additional freeform attributes with an element,
      effectively defining a subclass of element. (The subclass can be specified by
      means of the "subType" attribute on the element).
     
      The attributes are attached to the Form by using UserData. The Form is attached
      to the element by means of an AssociatedForm element.
  
      Attributes:
     
      mainClass:         
      subClass:         
     
source <xsd:complexType name="FormType">
 
<xsd:annotation>
   
<xsd:documentation>
      A Form is a way of associating additional freeform attributes with an element,
      effectively defining a subclass of element. (The subclass can be specified by
      means of the "subType" attribute on the element).
     
      The attributes are attached to the Form by using UserData. The Form is attached
      to the element by means of an AssociatedForm element.
  
      Attributes:
     
      mainClass:         
      subClass:         
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="mainClass" type="xsd:string" use="optional"/>
     
<xsd:attribute name="subClass" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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


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