Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element MaterialsType / Material
Annotations
Each Material element defines a material used in a product.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_Index IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_MaterialName Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_MaterialClassEnum IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_OtherMaterialClass IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_Description IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_MassDensity IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_PoissonsRatio IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_YoungsModulus IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_UltimateTensileStress IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_CompressiveYieldStress IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_TensileYieldStress IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_ThermalExpansion IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_SpecificHeatCapacity IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType_ThermalConductivity IntermediatesPMI_xsd_Complex_Type_MaterialType.tmp#MaterialType
Type MaterialType
Properties
content complex
maxOccurs unbounded
Children Attributes, CompressiveYieldStress, Description, MassDensity, MaterialClassEnum, OtherMaterialClass, PoissonsRatio, SpecificHeatCapacity, TensileYieldStress, ThermalConductivity, ThermalExpansion, UltimateTensileStress, YoungsModulus
Instance
<Material Index="" MaterialName="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <MaterialClassEnum>{1,1}</MaterialClassEnum>
  <OtherMaterialClass>{1,1}</OtherMaterialClass>
  <Description>{0,1}</Description>
  <MassDensity>{0,1}</MassDensity>
  <PoissonsRatio>{0,1}</PoissonsRatio>
  <YoungsModulus>{0,1}</YoungsModulus>
  <UltimateTensileStress>{0,1}</UltimateTensileStress>
  <CompressiveYieldStress>{0,1}</CompressiveYieldStress>
  <TensileYieldStress>{0,1}</TensileYieldStress>
  <ThermalExpansion>{0,1}</ThermalExpansion>
  <SpecificHeatCapacity>{0,1}</SpecificHeatCapacity>
  <ThermalConductivity>{0,1}</ThermalConductivity>
</Material>
Attributes
QName Type Use Annotation
Index NaturalType required
The required Index attribute is a unique material index in the material library.
MaterialName xs:token required
The required MaterialName attribute is the name of the material.
Source
<xs:element name="Material" type="MaterialType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Material element defines a material used in a product.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type MaterialsType
Annotations
The MaterialsType defines a list of materials.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_MaterialsType.tmp#MaterialsType_n IntermediatesPMI_xsd_Complex_Type_MaterialsType.tmp#MaterialsType_Material
Used by
Element MaterialLibrary
Children Material
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of materials in this list.
Source
<xs:complexType name="MaterialsType">
  <xs:annotation>
    <xs:documentation>The MaterialsType defines a list of materials.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Material" type="MaterialType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Material element defines a material used in a product.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of materials in this list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute MaterialsType / @n
Annotations
The required n attribute is the number of materials in this list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type MaterialsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of materials in this list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd