Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element StandardsType / Standard
Annotations
Each Standard element defines information about a particular standard or specification.
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 IntermediatesPMI_xsd_Complex_Type_StandardType.tmp#StandardType
Type StandardType
Properties
content complex
maxOccurs unbounded
Children Attributes, Description, Designator, ISBN, Organization, ReferencedStandardIds, Title, URI, Year
Instance
<Standard id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Organization>{1,1}</Organization>
  <Designator>{1,1}</Designator>
  <Year>{0,1}</Year>
  <Title>{0,1}</Title>
  <Description>{0,1}</Description>
  <URI>{0,1}</URI>
  <ISBN>{0,1}</ISBN>
  <ReferencedStandardIds n="">{0,1}</ReferencedStandardIds>
</Standard>
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:element name="Standard" type="StandardType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Standard element defines information about a particular standard or specification.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type StandardsType
Annotations
The StandardsType defines a list of standards and or specifications.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_StandardsType.tmp#StandardsType_n IntermediatesPMI_xsd_Complex_Type_StandardsType.tmp#StandardsType_Standard
Used by
Children Standard
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of standard and specification definitions in the list.
Source
<xs:complexType name="StandardsType">
  <xs:annotation>
    <xs:documentation>The StandardsType defines a list of standards and or specifications.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Standard" type="StandardType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Standard element defines information about a particular standard or specification.</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 standard and specification definitions in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute StandardsType / @n
Annotations
The required n attribute is the number of standard and specification definitions in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type StandardsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of standard and specification definitions in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd