diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:StructureRevisionBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="EnterpriseRevisionType"> <xsd:annotation> <xsd:documentation> Enterprise revision information. Attributes: discountPercent: This attribute holds the percent by which a charge would be marked up or marked down for this customer based on the straight rate that is found in the labor group. It is used for calculating the charge on a work order. type: Enterprise type. isInternal: A boolean value, set to true if the enterprise is part of the user’s internal enterprise and false if not. isIssuing: A boolean value, set to true if the enterprise issues documentation and false if not. roleRefs: A list of Enterprise role references. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:StructureRevisionBase"> <xsd:attribute name="discountPercent" type="xsd:float" use="optional"/> <xsd:attribute name="type" type="xsd:string" use="required"/> <xsd:attribute name="isInternal" type="xsd:boolean" default="false"/> <xsd:attribute name="isIssuing" type="xsd:boolean" default="false"/> <xsd:attribute name="roleRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:EnterpriseRole"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:float | ||
properties |
|
||
source | <xsd:attribute name="discountPercent" type="xsd:float" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="type" type="xsd:string" use="required"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isInternal" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isIssuing" type="xsd:boolean" default="false"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="roleRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:EnterpriseRole"/> |