Skip to content

Commit 26b8d46

Browse files
committed
1) Move "name" element from IdentifiedObject to Organisation resource
1 parent 6e7ede2 commit 26b8d46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

etc/retailcustomer.xsd

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- edited with XMLSpy v2016 (x64) (http://www.altova.com) by National Institute of Standards & Technology (NIST) -->
2+
<!-- edited with XMLSpy v2017 sp2 (x64) (http://www.altova.com) by Donald F Coffin (REMI Networks) -->
33
<!--
44
==========================================================================
55
Schema: reatilCustomer.xsd
@@ -610,6 +610,11 @@ Some devices may use an optical port that conforms to the ANSI C12.18 standard f
610610
<xs:complexContent>
611611
<xs:extension base="IdentifiedObject">
612612
<xs:sequence>
613+
<xs:element ref="name" minOccurs="0">
614+
<xs:annotation>
615+
<xs:documentation>Name of organisation</xs:documentation>
616+
</xs:annotation>
617+
</xs:element>
613618
<xs:element name="streetAddress" type="StreetAddress" minOccurs="0" maxOccurs="1">
614619
<xs:annotation>
615620
<xs:documentation>Street address.</xs:documentation>
@@ -1431,11 +1436,6 @@ ESPI Schema Primitives
14311436
<xs:extension base="Object">
14321437
<xs:sequence>
14331438
<xs:element name="batchItemInfo" type="BatchItemInfo" minOccurs="0"/>
1434-
<xs:element ref="name" minOccurs="0">
1435-
<xs:annotation>
1436-
<xs:documentation>identifier of object instance</xs:documentation>
1437-
</xs:annotation>
1438-
</xs:element>
14391439
</xs:sequence>
14401440
</xs:extension>
14411441
</xs:complexContent>

0 commit comments

Comments
 (0)