Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element StandardType / Organization
Annotations
The Organization element is the name of the organization issuing the standard or specification, e.g. ASME, ISO as enumerations, or "Acme Widget" as a string.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_StandardsOrganizationType.tmp#StandardsOrganizationType_StandardsOrganizationEnum IntermediatesPMI_xsd_Complex_Type_StandardsOrganizationType.tmp#StandardsOrganizationType_OtherStandardsOrganization IntermediatesPMI_xsd_Complex_Type_StandardsOrganizationType.tmp#StandardsOrganizationType
Type StandardsOrganizationType
Properties
content complex
Children OtherStandardsOrganization, StandardsOrganizationEnum
Instance
<Organization xmlns="http://qifstandards.org/xsd/qif3">
  <StandardsOrganizationEnum>{1,1}</StandardsOrganizationEnum>
  <OtherStandardsOrganization>{1,1}</OtherStandardsOrganization>
</Organization>
Source
<xs:element name="Organization" type="StandardsOrganizationType">
  <xs:annotation>
    <xs:documentation>The Organization element is the name of the organization issuing the standard or specification, e.g. ASME, ISO as enumerations, or "Acme Widget" as a string.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element StandardType / Designator
Annotations
The Designator element is the name of the designator of the standard or specification, e.g. Y14.5, 1101.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="Designator" type="xs:token">
  <xs:annotation>
    <xs:documentation>The Designator element is the name of the designator of the standard or specification, e.g. Y14.5, 1101.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element StandardType / Year
Annotations
The optional Year element is the year the standard or specification was released, e.g. 1994, 2009, 2017.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Year" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Year element is the year the standard or specification was released, e.g. 1994, 2009, 2017.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element StandardType / Title
Annotations
The optional Title element is the title of the standard or specification, e.g. "Dimensioning and Tolerancing", "Geometrical product specifications".
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Title" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Title element is the title of the standard or specification, e.g. "Dimensioning and Tolerancing", "Geometrical product specifications".</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element StandardType / Description
Annotations
The optional Description element is the description of the standard or specification.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Description" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Description element is the description of the standard or specification.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element StandardType / URI
Annotations
The optional URI element is a Uniform Resource Identifier for the standard or specification, for example, a file or a web site.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="URI" type="xs:anyURI" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional URI element is a Uniform Resource Identifier for the standard or specification, for example, a file or a web site.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element StandardType / ISBN
Annotations
The optional ISBN element is the International Standard Book Number for the standard or specification.
Diagram
Diagram
Type xs:NMTOKEN
Properties
content simple
minOccurs 0
Source
<xs:element name="ISBN" type="xs:NMTOKEN" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ISBN element is the International Standard Book Number for the standard or specification.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element StandardType / ReferencedStandardIds
Annotations
The optional ReferencedStandardIds element is a list of ids of standards or specifications referenced by or associated with this standard or specification.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<ReferencedStandardIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</ReferencedStandardIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="ReferencedStandardIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ReferencedStandardIds element is a list of ids of standards or specifications referenced by or associated with this standard or specification.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type StandardType
Annotations
The StandardType defines information about a standard or specification. The Organization, Designator, and Year elements together identify the standard or specification, e.g., ASME Y14.5-2009, ISO 1101:2017.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_StandardType.tmp#StandardType_id Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_StandardType.tmp#StandardType_Organization IntermediatesPMI_xsd_Complex_Type_StandardType.tmp#StandardType_Designator IntermediatesPMI_xsd_Complex_Type_StandardType.tmp#StandardType_Year IntermediatesPMI_xsd_Complex_Type_StandardType.tmp#StandardType_Title IntermediatesPMI_xsd_Complex_Type_StandardType.tmp#StandardType_Description IntermediatesPMI_xsd_Complex_Type_StandardType.tmp#StandardType_URI IntermediatesPMI_xsd_Complex_Type_StandardType.tmp#StandardType_ISBN IntermediatesPMI_xsd_Complex_Type_StandardType.tmp#StandardType_ReferencedStandardIds
Used by
Children Attributes, Description, Designator, ISBN, Organization, ReferencedStandardIds, Title, URI, Year
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the standard or specification, used for referencing.
Source
<xs:complexType name="StandardType">
  <xs:annotation>
    <xs:documentation>The StandardType defines information about a standard or specification. The Organization, Designator, and Year elements together identify the standard or specification, e.g., ASME Y14.5-2009, ISO 1101:2017.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Organization" type="StandardsOrganizationType">
      <xs:annotation>
        <xs:documentation>The Organization element is the name of the organization issuing the standard or specification, e.g. ASME, ISO as enumerations, or "Acme Widget" as a string.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Designator" type="xs:token">
      <xs:annotation>
        <xs:documentation>The Designator element is the name of the designator of the standard or specification, e.g. Y14.5, 1101.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Year" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Year element is the year the standard or specification was released, e.g. 1994, 2009, 2017.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Title" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Title element is the title of the standard or specification, e.g. "Dimensioning and Tolerancing", "Geometrical product specifications".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Description element is the description of the standard or specification.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="URI" type="xs:anyURI" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional URI element is a Uniform Resource Identifier for the standard or specification, for example, a file or a web site.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ISBN" type="xs:NMTOKEN" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ISBN element is the International Standard Book Number for the standard or specification.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReferencedStandardIds" type="ArrayReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ReferencedStandardIds element is a list of ids of standards or specifications referenced by or associated with this standard or specification.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the standard or specification, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute StandardType / @id
Annotations
The id attribute is the QIF id of the standard or specification, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type StandardType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the standard or specification, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd