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

      Holds a set of parameter strings.

      SubElements:
      Parameter:          A string that is passed as a parameter
     
source <xsd:complexType name="ParameterType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
      Holds a set of parameter strings.

      SubElements:
      Parameter:          A string that is passed as a parameter
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="value" type="xsd:string"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ParameterType/@value
type xsd:string
source <xsd:attribute name="value" type="xsd:string"/>


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