Business To Manufacturing Markup Language V03

Business To Manufacturing Markup Language V03

Namespace ContentsSchema Source
 http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd
 http://www.w3.org/XML/1998/namespace http://www.w3.org/2001/xml.xsd
 http://www.wbf.org/xml/b2mml-v0300 http://www.wbf.org/xml/B2MML-V0300-Common.xsd
"http://www.wbf.org/xml/B2MML-V0300-Equipment.xsd
"http://www.wbf.org/xml/B2MML-V0300-Maintenance.xsd
"http://www.wbf.org/xml/B2MML-V0300-Material.xsd
"http://www.wbf.org/xml/B2MML-V0300-Personnel.xsd
"http://www.wbf.org/xml/B2MML-V0300-ProcessSegment.xsd
"http://www.wbf.org/xml/B2MML-V0300-ProductDefinition.xsd
"http://www.wbf.org/xml/B2MML-V0300-ProductionCapability.xsd
"http://www.wbf.org/xml/B2MML-V0300-ProductionPerformance.xsd
"http://www.wbf.org/xml/B2MML-V0300-ProductionSchedule.xsd
"http://www.wbf.org/xml/B2MML-v0300-Common.xsd
"http://www.wbf.org/xml/B2MML-v0300-ProductionPerformance.xsd
 http://www.wbf.org/xml/b2mml-v0300-extensions http://www.wbf.org/xml/B2MML-V0300-Extensions.xsd
"http://www.wbf.org/xml/B2MML-v0300-Extensions.xsd

Business To Manufacturing Markup Language V03 Namespaces
http://www.w3.org/2001/XMLSchema
Part 1 version: Id: structures.xsd,v 1.2 2004/01/15 11:34:25 ht Exp
Part 2 version: Id: datatypes.xsd,v 1.3 2004/01/23 18:11:13 ht Exp

See also: http://www.w3.org/TR/2004/PER-xmlschema-1-20040318/structures.html
The schema corresponding to this document is normative,
with respect to the syntactic constraints it expresses in the
XML Schema language.  The documentation (within <documentation> elements)
below, is not normative, but rather highlights important aspects of
the W3C Recommendation of which this is a part

The simpleType element and all of its members are defined
   towards the end of this schema document

simple type for the value of the 'namespace' attr of
'any' and 'anyAttribute'

Value is
           ##any      - - any non-conflicting WFXML/attribute at all
           ##other    - - any non-conflicting WFXML/attribute from
                           namespace other than targetNS
           ##local    - - any unqualified non-conflicting WFXML/attribute
           one or     - - any non-conflicting WFXML/attribute from
           more URI        the listed namespaces
           references
           (space separated)
 ##targetNamespace or ##local may appear in the above list, to
     refer to the targetNamespace of the enclosing
     schema or an absent targetNamespace respectively

notations for use within XML Schema schemas

First the built-in primitive datatypes.  These definitions are for
information only, the real built-in definitions are magic.

For each built-in datatype in this schema (both primitive and
derived) can be uniquely addressed via a URI constructed
as follows:
  1) the base URI is the URI of the XML Schema namespace
  2) the fragment identifier is the name of the datatype
For example, to address the int datatype, the URI is:
  http://www.w3.org/2001/XMLSchema#int
Additionally, each facet definition element can be uniquely
addressed via a URI constructed as follows:
  1) the base URI is the URI of the XML Schema namespace
  2) the fragment identifier is the name of the facet
For example, to address the maxInclusive facet, the URI is:
  http://www.w3.org/2001/XMLSchema#maxInclusive
Additionally, each facet usage in a built-in datatype definition
can be uniquely addressed via a URI constructed as follows:
  1) the base URI is the URI of the XML Schema namespace
  2) the fragment identifier is the name of the datatype, followed
     by a period (".") followed by the name of the facet
For example, to address the usage of the maxInclusive facet in
the definition of int, the URI is:
  http://www.w3.org/2001/XMLSchema#int.maxInclusive

Now the derived primitive types
http://www.w3.org/XML/1998/namespace
See http://www.w3.org/XML/1998/namespace.html and
http://www.w3.org/TR/REC-xml for information about this namespace.
 This schema document describes the XML namespace, in a form
 suitable for import by other schema documents.
 Note that local names in this namespace are intended to be defined
 only by the World Wide Web Consortium or its subgroups.  The
 following names are currently defined in this namespace and should
 not be used with conflicting semantics by any Working Group,
 specification, or document instance:
 base (as an attribute name): denotes an attribute whose value
      provides a URI to be used as the base for interpreting any
      relative URIs in the scope of the element on which it
      appears; its value is inherited.  This name is reserved
      by virtue of its definition in the XML Base specification.
 id   (as an attribute name): denotes an attribute whose value
      should be interpreted as if declared to be of type ID.
      The xml:id specification is not yet a W3C Recommendation,
      but this attribute is included here to facilitate experimentation
      with the mechanisms it proposes.  Note that it is _not_ included
      in the specialAttrs attribute group.
 lang (as an attribute name): denotes an attribute whose value
      is a language code for the natural language of the content of
      any element; its value is inherited.  This name is reserved
      by virtue of its definition in the XML specification.
 space (as an attribute name): denotes an attribute whose
      value is a keyword indicating what whitespace processing
      discipline is intended for the content of the element; its
      value is inherited.  This name is reserved by virtue of its
      definition in the XML specification.
 Father (in any context at all): denotes Jon Bosak, the chair of
      the original XML Working Group.  This name is reserved by
      the following decision of the W3C XML Plenary and
      XML Coordination groups:
          In appreciation for his vision, leadership and dedication
          the W3C XML Plenary on this 10th day of February, 2000
          reserves for Jon Bosak in perpetuity the XML name
          xml:Father

This schema defines attributes and an attribute group
        suitable for use by
        schemas wishing to allow xml:base, xml:lang, xml:space or xml:id
        attributes on elements they define.
        To enable this, such a schema must import this schema
        for the XML namespace, e.g. as follows:
        <schema . . .>
         . . .
         <import namespace="http://www.w3.org/XML/1998/namespace"
                    schemaLocation="http://www.w3.org/2001/xml.xsd"/>
        Subsequently, qualified reference to any of the attributes
        or the group defined below will have the desired effect, e.g.
        <type . . .>
         . . .
         <attributeGroup ref="xml:specialAttrs"/>
         will define a type which will schema-validate an instance
         element with any of those attributes

In keeping with the XML Schema WG's standard versioning
   policy, this schema document will persist at
   http://www.w3.org/2005/08/xml.xsd.
   At the date of issue it can also be found at
   http://www.w3.org/2001/xml.xsd.
   The schema document at that URI may however change in the future,
   in order to remain compatible with the latest version of XML Schema
   itself, or with the XML namespace itself.  In other words, if the XML
   Schema or XML namespaces change, the version of this document at
   http://www.w3.org/2001/xml.xsd will change
   accordingly; the version at
   http://www.w3.org/2005/08/xml.xsd will not change.
http://www.wbf.org/xml/b2mml-v0300
Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
	                                        Changed complexTypes that contained
						simpleContent to be simpleTypes with
						simpleContent by default (removed explicit)
						simpleContent tags).  Types changed:
							CapabilityType1Type, DataType1Type
							DependencyType
				                Removed extra space in CapabilityType1Type
						Committed and Available enumerations
					        Changed use of ##any to indirect reference
						through AnyType, to allow parsing using Microsoft
						XML toolset
                                                Added Common schema to B2MML namespace
                                                Add choice of ProductSegmentID or ProcessSegmentID
                                                to SegmentDependencyType per comment BillS01.
                                                Change maxOccurs from "1" to "unbounded" for
                                                Result in TestResultType.
                                                Remove UnitOfMeasure from TestResultType since it
                                                is already in ResultType
                                                Added EnumerationID to DataTypeType to permit
                                                identification an enumeration list when the datatype
                                                is Enumeration.
                                                Added revision to namespace
                                                Added new element ValueString to ResultType to
                                                contain the vaule of the result.
        V0201     04 Nov 2003     D. Emerson   Added minOccurs = "0" maxOccurs = "unbounded" to
                                                Any element in ValueType
	v03	  26 Aug 2005	D. Emerson	- Added substitution groups.  One group added just
						before each Any element.
						- Add dateTime and SVG to datatype enumeration list.
						- Add new, optional, element, "Key" based on IDType
						to complexTypes QuantityType, ResultType, ValueType.
						- Added UnitOfMeasure to ResultType as a mandatory element.
						  Made mandatory to be consistent with its use in quantity
						  and value - this will impact upgrades from earlier versions.
						- Add enumerations to EquipmentElementLevel1Type
						StorageZone, StorageUnit, WorkCenter, WorkUnit

Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
					        Added Location to production capability definitions
						Changed ##any to "Any" element of type "AnyType"
                                                Removed duplicate Location element from
                                                EquipmentCapabilityType, PersonnelCapabilityType, and
                                                MaterialCapabilityType
                                                Added revision to namespace
        V0201   17 Nov 2003     D. Emerson      Updated namespace after change to common schema
	v03	26 Aug 2005	D. Emerson	Added substitution groups.  One group added just
						before each Any element.

Copyright 2002 The WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
					        Changed ##any to "Any" element of type "AnyType"
                                                Added revision to namespace
        V0201   17 Nov 2003     D. Emerson      Updated namespace after change to common schema
	v03	26 Aug 2005	D. Emerson	Added substitution groups.  One group added just
						before each Any element.

Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
	                                        Changed complexTypes that contained
						simpleContent to be simpleTypes with
						simpleContent by default (removed explicit)
						simpleContent tags).  Types changed:
							CapabilityType1Type, DataType1Type
							DependencyType
				                Removed extra space in CapabilityType1Type
						Committed and Available enumerations
					        Changed use of ##any to indirect reference
						through AnyType, to allow parsing using Microsoft
						XML toolset
                                                Added Common schema to B2MML namespace
                                                Add choice of ProductSegmentID or ProcessSegmentID
                                                to SegmentDependencyType per comment BillS01.
                                                Change maxOccurs from "1" to "unbounded" for
                                                Result in TestResultType.
                                                Remove UnitOfMeasure from TestResultType since it
                                                is already in ResultType
                                                Added EnumerationID to DataTypeType to permit
                                                identification an enumeration list when the datatype
                                                is Enumeration.
                                                Added revision to namespace
                                                Added new element ValueString to ResultType to
                                                contain the vaule of the result.
        V0201     04 Nov 2003     D. Emerson   Added minOccurs = "0" maxOccurs = "unbounded" to
                                                Any element in ValueType
	v03	  26 Aug 2005	D. Emerson	- Added substitution groups.  One group added just
						before each Any element.
						- Add dateTime and SVG to datatype enumeration list.
						- Add new, optional, element, "Key" based on IDType
						to complexTypes QuantityType, ResultType, ValueType.
						- Added UnitOfMeasure to ResultType as a mandatory element.
						  Made mandatory to be consistent with its use in quantity
						  and value - this will impact upgrades from earlier versions.
						- Add enumerations to EquipmentElementLevel1Type
						StorageZone, StorageUnit, WorkCenter, WorkUnit

Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
					        Changed ##any to "Any" element of type "AnyType"
                                                Added revision to namespace
        V0201   17 Nov 2003     D. Emerson      Updated namespace after change to common schema
	v03	26 Aug 2005	D. Emerson	Added substitution groups.  One group added just
						before each Any element.

Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
					        Added Location information to lot type
						Changed ##any to "Any" element of type "AnyType"
                                                Move StorageLocation and Quantity from
                                                MaterialLotPropertyType to MaterialLotType where
                                                an earlier comment incorrectly placed them.
                                                Added revision to namespace
        V0201   17 Nov 2003     D. Emerson      Updated namespace after change to common schema
	v03	26 Aug 2005	D. Emerson	Added substitution groups.  One group added just
						before each Any element.
						Added MaterialLotID to MaterialSubLot so a stand
						alone MaterialSubLot element can be identified
						with a Lot ID.

Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
					        Added Location to person
						Changed ##any to "Any" element of type "AnyType"
                                                Added revision to namespace
        V0201   17 Nov 2003     D. Emerson      Updated namespace after change to common schema
	v03	26 Aug 2005	D. Emerson	Added substitution groups.  One group added just
						before each Any element.

Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
                                                Added Location to EquipmentType
					        Changed ##any to "Any" element of type "AnyType"
                                                Added revision to namespace
	v03	26 Aug 2005	D. Emerson	Added substitution groups.  One group added just
						before each Any element.

Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
					        Added Location to resource actual types
						Added SegmentState to SegmentResponseType
						Changed ##any to "Any" element of type "AnyType"
                                                Added ProductSegmentID to SegmentResponseType
                                                so it may be associated with process or product
                                                segments.  See comment LD01.
                                                Added revision to namespace
        V0201   17 Nov 2003     D. Emerson      Updated namespace after change to common schema
	v03	26 Aug 2005	D. Emerson	Added substitution groups.  One group added just
						before each Any element.

Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
					        Fixed the missing unbounded on the description
						in MaterialConsumedRequirementType
						Added RequiredByRequestedSegmentResponse to
						SegmentRequirementType and sub elements
						Changed ##any to "Any" element of type "AnyType"
                                                Removed include of Common schema since it is
                                                included when ProductionPerformance schema is
                                                included.  TurobXML was giving errors on doubly
                                                defined types.
                                                Added revision to namespace
        V0201   17 Nov 2003     D. Emerson      Updated namespace after change to common schema
	v03	26 Aug 2005	D. Emerson	Added substitution groups.  One group added just
						before each Any element.

Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
					        Added Location to resource actual types
						Added SegmentState to SegmentResponseType
						Changed ##any to "Any" element of type "AnyType"
                                                Added ProductSegmentID to SegmentResponseType
                                                so it may be associated with process or product
                                                segments.  See comment LD01.
                                                Added revision to namespace
        V0201   17 Nov 2003     D. Emerson      Updated namespace after change to common schema
	v03	26 Aug 2005	D. Emerson	Added substitution groups.  One group added just
						before each Any element.

Copyright 2005 WBF. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
        V01     7 Apr 2002      D. Emerson      Initial release
        V02     23 Sept 2003     D. Emerson      Updated filename for V02
				                Changed ##any to "Any" element of type "AnyType"
                                                Added revision to namespace
        V0201   17 Nov 2003     D. Emerson      Updated namespace after change to common schema
	v03	26 Aug 2005	D. Emerson	Added substitution groups.  One group added just
						before each Any element.
http://www.wbf.org/xml/b2mml-v0300-extensions
Copyright 2005 The World Batch Forum. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
	v03	26 Aug 2005	D. Emerson	This schema is new to B2MML in v0300.
						This schema contains placeholders for
						substitution groups in the other schemas.

Copyright 2005 The World Batch Forum. All Rights Reserved. http://www.wbf.org
This WBF Work (including specifications, documents,
software, and related items) referred to as the Business To
Manufacturing Markup Language (B2MML) is provided by the copyright
holders under the following license.
Permission to use, copy, modify, or redistribute this Work and its
documentation, with or without modification, for any purpose and
without fee or royalty is hereby granted provided the World Batch
Forum is acknowledged as the originator of this Work using the
following statement:
"The Business To Manufacturing Markup Language (B2MML) is used
courtesy of the WBF."
In no event shall the WBF, its members, or any
third party be liable for any costs, expenses, losses, damages or
injuries incurred by use of the Work or as a result of this
agreement.
Based upon the ANSI/ISA-95.00.02-2001 Enterprise-Control System
Integration Part 2: Object Model Attributes Standard

      Revision History
	Ver	Date		Person		Note
        ---     ----            ------          ----
	v03	26 Aug 2005	D. Emerson	This schema is new to B2MML in v0300.
						This schema contains placeholders for
						substitution groups in the other schemas.


Business To Manufacturing Markup Language V03


Stylus Studio XML Schema Library Home