complexType ConnectorCavityType
diagram plmxml_diagrams/plmxml_p1012.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GDEBase
properties
base plm:GDEBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup
used by
element ConnectorCavity
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
connectorCavityType  xsd:string  optional      
connectorCavityTypeRef  plm:anyURIType  optional      
annotation
documentation

      This represents a cavity in a connector, into which a wire can be fixed.
     
      Attributes:
     
      connectorCavityType:  A string describing the type of ConnectorCavity
      connectorCavityTypeRef: References a multiple language version of
                      connectorCavityType. If multiple language support is
                      required, connectorCavityTypeRef should be used in
                      addition to connectorCavityType.
     
source <xsd:complexType name="ConnectorCavityType">
 
<xsd:annotation>
   
<xsd:documentation>
      This represents a cavity in a connector, into which a wire can be fixed.
     
      Attributes:
     
      connectorCavityType:  A string describing the type of ConnectorCavity
      connectorCavityTypeRef: References a multiple language version of
                      connectorCavityType. If multiple language support is
                      required, connectorCavityTypeRef should be used in
                      addition to connectorCavityType.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GDEBase">
     
<xsd:attribute name="connectorCavityType" type="xsd:string" use="optional"/>
     
<xsd:attribute name="connectorCavityTypeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute ConnectorCavityType/@connectorCavityTypeRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="connectorCavityTypeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>


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