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: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>
The Designator element is the name of the designator of the standard or specification, e.g. Y14.5, 1101.
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>
The optional Year element is the year the standard or specification was released, e.g. 1994, 2009, 2017.
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>
The optional Title element is the title of the standard or specification, e.g. "Dimensioning and Tolerancing", "Geometrical product specifications".
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>
The optional Description element is the description of the standard or specification.
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>
The optional URI element is a Uniform Resource Identifier for the standard or specification, for example, a file or a web site.
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>
The optional ISBN element is the International Standard Book Number for the standard or specification.
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>
The optional ReferencedStandardIds element is a list of ids of standards or specifications referenced by or associated with this standard or specification.
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>
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.
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>
<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>