Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element StandardsOrganizationType / StandardsOrganizationEnum
Annotations
The StandardsOrganizationEnum element specifies an often-used standards organization name.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_StandardsOrganizationEnumType.tmp#StandardsOrganizationEnumType
Type StandardsOrganizationEnumType
Properties
content simple
Facets
enumeration AIAG
enumeration ANSI
enumeration ASAM
enumeration ASME
enumeration AWS
enumeration BSI
enumeration DIN
enumeration DOD
enumeration EASC
enumeration GOST
enumeration GOST_R
enumeration IEC
enumeration IEEE
enumeration ISO
enumeration JEITA
enumeration JIS
enumeration UL
enumeration VDA
enumeration W3C
Source
<xs:element name="StandardsOrganizationEnum" type="StandardsOrganizationEnumType">
  <xs:annotation>
    <xs:documentation>The StandardsOrganizationEnum element specifies an often-used standards organization name.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element StandardsOrganizationType / OtherStandardsOrganization
Annotations
The OtherStandardsOrganization element specifies the standards organization name in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherStandardsOrganization" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherStandardsOrganization element specifies the standards organization name in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type StandardsOrganizationType
Annotations
The StandardOrganizationType defines information about an organization issuing a standard or specification.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_StandardsOrganizationType.tmp#StandardsOrganizationType_StandardsOrganizationEnum IntermediatesPMI_xsd_Complex_Type_StandardsOrganizationType.tmp#StandardsOrganizationType_OtherStandardsOrganization
Used by
Children OtherStandardsOrganization, StandardsOrganizationEnum
Source
<xs:complexType name="StandardsOrganizationType">
  <xs:annotation>
    <xs:documentation>The StandardOrganizationType defines information about an organization issuing a standard or specification.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>This compositor provides a choice between the organization name as an enumeration of a common type and a user defined string that describes the standards organization name.</xs:documentation>
    </xs:annotation>
    <xs:element name="StandardsOrganizationEnum" type="StandardsOrganizationEnumType">
      <xs:annotation>
        <xs:documentation>The StandardsOrganizationEnum element specifies an often-used standards organization name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherStandardsOrganization" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherStandardsOrganization element specifies the standards organization name in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd