schema statusUpdate meta 'rockyJupiter:statusUpdate' namespace "http://schemas.rockyjupiter.com/statusUpdate" statusUpdate: element { assignmentId: attribute of type string; driver: element { userId: attribute of type string; name: content of type string without whitespace; } oldStatus: element of type string without whitespace values "Assigned" "Confirmed" "Loaded"; newStatus: element of type string without whitespace values "Assigned" "Confirmed" "Cancelled" "Completed" "Loaded"; changedAt: element of type dtu(dtf MM "/" dd "/" yyyy " " HH ":" mm ":" ss); photos: optional wrapped list of element photo of type string without whitespace; signature: optional element of type string without whitespace; }