ETPartners / b2mmlv7beta

b2mmlv7beta for review
2 stars 3 forks source link

Update B2MML-OperationsCapability Schema.XSD object element ID "required" attribute. #66

Closed factoryiq closed 5 years ago

factoryiq commented 5 years ago

The updated 950002 and 950004 has defined all ID attributes on objects as "required" or Mandatory. Many B2MML schema and types have the IDs as optional (0..1) element name = "ID" type = "IdentifierType" minOccurs = "0"/>. This needs to be changed to: TO: element name = "ID" type = "IdentifierType" />

Supporting Document Each of the following resource objects has a required ID attribute. All object attribute tables in 950002 and 950004.

CharlieG021163 commented 5 years ago

Duplicate of #59. Use #59 for reference and edit.

racheliurui commented 5 years ago

Close duplicated issues