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

      Represents a group of Method Arguments.
     
      Sub-elements:
     
      Argument:       An element of type MethodArgument.      
     
source <xsd:complexType name="MethodArgumentGroupType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a group of Method Arguments.
     
      Sub-elements:
     
      Argument:       An element of type MethodArgument.      
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DescriptionBase">
     
<xsd:sequence>
       
<xsd:element name="Argument" type="bus:MethodArgumentType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element MethodArgumentGroupType/Argument
diagram plmxml_diagrams/plmxml_p1650.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type bus:MethodArgumentType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef
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      
source <xsd:element name="Argument" type="bus:MethodArgumentType" minOccurs="0" maxOccurs="unbounded"/>


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