diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:DescriptionBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MethodArgumentDefinitionType"> <xsd:annotation> <xsd:documentation> Represents a Method Argument Definition. Attributes: name (derived): Name of the argument. type: Type of the argument ("string", "int", etc) required: Whether the argument is required or not. queryRef: An optional reference to a SavedQueryDef element, which when invoked, returns a list of possible values of the Argument, to be chosen for example by a user. listOfValuesRef: An optional reference to a ListOfValues element, which defines a list of possible values. 'queryRef' and 'listOfValuesRef' should not be used together. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:DescriptionBase"> <xsd:attribute name="type" type="plm:UserValueDataType" use="optional"/> <xsd:attribute name="required" type="xsd:boolean" use="optional"/> <xsd:attribute name="queryRef" type="plm:anyURIType" use="optional" plm:refType="bus:SavedQueryDef"/> <xsd:attribute name="listOfValuesRef" type="plm:anyURIType" use="optional" plm:refType="bus:ListOfValues"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:UserValueDataType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="type" type="plm:UserValueDataType" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="required" type="xsd:boolean" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="queryRef" type="plm:anyURIType" use="optional" plm:refType="bus:SavedQueryDef"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="listOfValuesRef" type="plm:anyURIType" use="optional" plm:refType="bus:ListOfValues"/> |