complexType MethodOptsType
diagram plmxml_diagrams/plmxml_p1657.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute bus:Parameter
used by
elements TypeCannedMethodType/MethodOpts MethodOpts
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      
annotation
documentation

      Holds a construct of parameters that are passed to Action Rule.

      SubElements:
     
      Parameters:             A set of parameters that are defined for an Action Rule.
     
source <xsd:complexType name="MethodOptsType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
      Holds a construct of parameters that are passed to Action Rule.

      SubElements:
     
      Parameters:             A set of parameters that are defined for an Action Rule.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element name="Parameter" type="bus:ParameterType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element MethodOptsType/Parameter
diagram plmxml_diagrams/plmxml_p1658.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type bus:ParameterType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
value  xsd:string        
source <xsd:element name="Parameter" type="bus:ParameterType" minOccurs="0" maxOccurs="unbounded"/>


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