complexType MethodArgumentType
diagram plmxml_diagrams/plmxml_p1651.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of plm:DescriptionBase
properties
base plm:DescriptionBase
children plm:Description plm:ApplicationRef
used by
element MethodArgumentGroupType/Argument
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
value  xsd:string  optional      
annotation
documentation

      Represents a Method Argument.
     
      Attributes:
     
      name (derived):   Name of the argument.
      value:            Value of the argument. 
     
source <xsd:complexType name="MethodArgumentType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a Method Argument.
     
      Attributes:
     
      name (derived):   Name of the argument.
      value:            Value of the argument. 
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DescriptionBase">
     
<xsd:attribute name="value" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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


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